PHP installation
We know PHP run on server, that's why at first we need to create PHP environment in our local computer. To do this we need to install PHP and a web server. So we say that to create PHP environment we need two things
- PHP (Apache)
- Web Server
At first we install PHP (Apache) and then we install web server. This installation process is very complex. Now a days there are various types of software provides integrated capability, that means we need to install only one software to create PHP environment. Some software are XAMPP, WAMPP, Vertrigo etc.
XAMPP INSTALLATION
Comments
Post a Comment