Archive for the 'PHP' Category

Best web development tutorial

If you are looking for good tutorial website to learn new web application skill, I would like to recommend some good sites that help me a lot along the way in developing web application with ASP and PHP
For general web technology - PHP, ASP, AJAX etc you can go to www.w3schools.comwww.tizag.com
For PHPwww.php.net ;Pwww.php-mysql-tutorial.com
For ASP […]

How to easily install PHP, MySQL and apache?

It is quite a tedious job to manually install apache, mysql and php on a computer. I faced this problem when trying to deploy a PHP environment in several different PC.
Everytime you want to run the application you need all the PHP, mysql and apache ready on that PC.
If you don’t want to […]

The death of PHP4

Official website of PHP announces end of life for PHP4. Now it’s time to move on to PHP5 and wait for release of PHP6
Here’s quote from php.net
[13-Jul-2007]
Today it is exactly three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP […]

Build web application in minutes

When searching for PHP script to auto backup my application, I found these really interesting script to auto generate the front-end for your database automatically for most common features such as to add, list, update, delete and search the database.
All you need is to design the database and your application will be build with a […]