Introduction and Installation of PHP
<< PHP Tutorials - Herong's Tutorial Examples
This chapter provides tutorial notes and example codes on PHP installation. Topics include quick introduction of PHP, downloading and installing PHP engine, PHP command line options, writing first PHP script, adding PHP to IIS server.
What Is PHP? Downloading and Installing PHP 5.0.4 for Windows Downloading and Installing PHP 5.2.2 for Windows "php -help" - Command Line Options "php -m" - Compiled-in Modules "php -i" - PHP Engine Information Hello.php - My First PHP Script Adding PHP to IIS as CGI
What Is PHP?
Downloading and Installing PHP 5.0.4 for Windows
Downloading and Installing PHP 5.2.2 for Windows
"php -help" - Command Line Options
"php -m" - Compiled-in Modules
"php -i" - PHP Engine Information
Hello.php - My First PHP Script
Adding PHP to IIS as CGI
Conclusion: