HOME
PHP
Introduction Php Installation
PHP Basic Scripts
PHP variables
PHP operators
PHP Conditional statement
PHP functions
PHP Arrays
PHP Objects & classes
PHP with Forms
PHP Files
PHP With Database
PHP session
PHP cookies
PHP Regular Expressions
PHP Server Environment
PHP Graphics
PHP Advance
|
INSTALLING PHP
Before getting starting with the PHP language,you must first acquire,install and cofigure the PHP interptor.PHP is avaliable for wide range of platform and works in conjuction with many servers.
Why Install PHP?
The usual reason why you would want to install PHP on your own computer is that it makes testing and debugging your PHP scripts very much easier. Instead of having to log onto your ISP just to upload and test a script, you can do it offline and fix any bugs before the script becomes "live".
PHP download WWW.php.net . PHP is open source software.
PHP manual Click here php manual
Download mysql databse
click here http://www.mysql.com/downloads/index.html
Download Apache Server
Click here: http://httpd.apache.org/download
Note:This tutorial wont explain the installation process. But redirecting to installation page
|
|
|
|