-
December 17, 2010 If you are using WordPress and in need of an efficient backup solution of your database. You can download PHP...
Read More
-
November 28, 2010 Session Destroy (http://php.net/manual/en/function.session-destroy.php) is a very important PHP function that will completely clear and destroy session variables. Improper use of...
Read More
-
November 17, 2010 This is the script to automatically backup MySQL database using hosting cron feature and PHP. For details and tutorials regarding...
Read More
-
October 26, 2010 The usual and traditional way of editing website files is to download the file first using an FTP client (Filezilla...
Read More
-
September 21, 2010 OK, so you are looking for ways to load your PHP website very fast. The easiest way is to use...
Read More
-
September 21, 2010 To make web development in PHP as efficient as possible; there is a need to use a PHP template engine....
Read More
-
August 30, 2010 There are times when you need to know the PHP version as well as the MySQL version used by your...
Read More
-
July 7, 2010 This short guide is applicable if you are: 1.) An online based business and hiring PHP developers to do the...
Read More
-
June 1, 2010 Phpinfo is one of the most important troubleshooting functions in relation to PHP. The main objective of the phpinfo function...
Read More
-
May 26, 2010 If you are a PHP developer, you might ask what the best PHP websites on the internet. It is inspiring...
Read More
-
May 17, 2010 For example, what if you need to grab the maximum numerical data from a certain MySQL column? This has several...
Read More
-
May 3, 2010 Are you planning to design a PHP web application? If yes, you’re on the right page. You will be amazed...
Read More
-
April 29, 2010 If you need to become a PHP developer, chances are you are either using two common operating systems which are...
Read More
-
April 19, 2010 I love string manipulation in PHP, especially if I pressured myself to complete the programming work in around 30 minutes....
Read More
-
April 12, 2010 This is a tutorial on string manipulation functions which are SUBSTR and STRPOS. Here is an example: How would you...
Read More
-
April 5, 2010 There are some instances where you need to remove comma from a string or a number. For example, you would...
Read More