PHP Training Courses
Index Table
Chapter No. | Chapter Name |
---|---|
1. | Introduction |
2. | Environment Setup |
3. | Syntex Overview |
4. | Decision Making |
5. | Loops |
6. | Array |
7. | String |
8. | Web Concept |
9. | File Inclusion |
10. | Function |
11. | Cookies |
12. | Session |
13. | File Uploading |
14. | Coding Standard |
Course Introduction
1. Introduction
2. Environment Setup
Before you proceed it is important to make sure that you have proper environment setup on your machine to develop your web programs using PHP. Type the following address into your browser's address box. http://127.0.0.1/info.php If this displays a page showing your PHP installation related information then it means you have PHP and Webserver installed properly. Otherwise you have to follow given procedure to install PHP on your computer. This section will guide you to install and configure PHP over the following four platforms − PHP Installation on Linux or Unix with Apache PHP Installation on Mac OS X with Apache PHP Installation on Windows NT/2000/XP with IIS PHP Installation on Windows NT/2000/XP with Apache
Apache ConfigurationIf you are using Apache as a Web Server then this section will guide you to edit Apache Configuration Files. Just Check it here − PHP Configuration in Apache Server
PHP.INI File ConfigurationThe PHP configuration file, php.ini, is the final and most immediate way to affect PHP's functionality. Just Check it here − PHP.INI File Configuration
Windows IIS ConfigurationTo configure IIS on your Windows machine you can refer your IIS Reference Manual shipped along with IIS.
For complete PHP Course click HERE