PHP.ph

25 Dec, 2009

PHP Developers Summit 2010

Posted by: aqua In: PHP

In partnership with Microsoft Philippines, PHP User Group Philippines presents PHP Developers Summit 2010. We are inviting you to come and join us in this gathering of the country’s best tech-talents, professionals and web developers promoting the use of PHP and open source solutions in the enterprise and schools. Free flowing coffee with lots of freebies and raffle prizes!

So what are you waiting for? Registration starts at 8 AM. See you all there!

Date: January 30, 2010, Saturday
Time: 8.00 AM – 5.00 PM
Venue: Hotel Rembrandt
26 Tomas Morato Extension Quezon City, Philippines
Location Map: http://maps.google.com/maps/place?cid=13146968077348134590&q=hotel%2Brembrandt%2Bquezon%2Bcity%2Baddress

For more info visit these webpages:
PHP Developers Summit 2010
[PHP User Group Philippines] PHP Developers Summit 2010 – January 30, 2010

Tags:

18 Oct, 2009

Repair MySQL Tables

Posted by: aqua In: MySQL

SSH through PuTTY.

Check mysql tables.
mysqlcheck [DBNAME]

Repair database tables.
mysqlcheck -r [DBNAME]

That’s it. Short and simple.

Tags: ,

13 Nov, 2008

Gmail Video Chat

Posted by: aqua In: News and Views

Google has launched voice and video chat for Gmail.

Gmail video chat lets users have voice and video conversations inside Gmail. It has high quality video and it is simple to install.

Visit its website by clicking: Video chat

Tags:

09 Nov, 2008

Grep

Posted by: aqua In: Linux

grep command is used to locate a pattern in a file. By default it prints the line that contains the pattern.

Syntax
grep [option] pattern [file]

grep must have a pattern.

Option for grep

-c, --count
prints a count of matching lines for each input file instead of the normal output.

-E, --extended - regexp
interprets the attern as extended regula expression

-e pattern, --regexp=pattern
uses pattern

-F, --fixed-strings
interprets the pattern as a list of fixed strings

-f file, --file=file
obtains the search pattern from file.

--help
brief help

-r, --recursive
reads all files under directory

Tags:

08 Nov, 2008

PHP Stats for October 2008

Posted by: aqua In: News and Views

PHP is found on 32.84% of web sites. PHP 5.2.6 has now twice as many users as PHP 5.2.5. PHP 5 reaches 47.55% of the whole PHP market.

The full October 2008 PHP stats is available at nexen.net. 35.1 millions servers hosted on 2.1 millions IP were surveyed, and 12.7 were used for the statistics.

Tags:

About PHP.ph

Linux Apache MySQL PHP