Wednesday, 1 July 2015

PHP Install

How does PHP installation is done ?
To start the PHP or run the PHP web pages you need to install three important component on your personal computer.
  • The first one is web server, PHP will work almost in all the server like- Internet Information Server (IIS) and apache. Apache is the most common and use web server today, and it is free to download.
  • The next one is Database, PHP will work almost all the database like- MySQL, informix, oracle, Sybase, Generic ODBC. But MySQL database is mostly used and it is also free to download.
  • Last but not the least is install PHP. if your server already has activated the support of PHP then, create few how to install php files and place them in your web directory, and the server will automatically detect and parse them. As told you earlier it is open source and can be easily download.
  • How to install PHP

No comments:

Post a Comment