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 
  1. PHP (Apache)
  2. 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.  

In our tutorial we will show you how to install XAMPP and Vertrigo in your local computer. I like vertrigo web server and though in our whole tutorial I will use Vertrigo web sever but you can use XAMPP server. XAMPP server is very useful and popular web server for the PHP developers. So guys install one software among them ( ZAMPP or Vertrigo). If you already installed PHP environment just skip this installation process.

XAMPP INSTALLATION

Comments

Popular posts from this blog

How to construct a B+ tree with example

How to show only month and year fields in android Date-picker?

Visitor Counter Script Using PHP