Wednesday, September 12, 2007

PHP Script

PHP is a powerful server-side scripting language. “Server-side” means the program runs on the web server instead of the client’s computer. The server processes and parses the PHP code and sends it to the browser as HTML to display.

PHP is relatively easy to program. It is very “C-like” (as in the C programming language). It was built solely for the web. Many commonly needed functions are built right in. The http://php.net has lots more information.

Get started with PHP by the help of any of the site like www.w3schools.com and more advanced site with great tutorials are there on the net to help you.

No comments: