Saturday, October 20, 2012

PHP Tutorial - Where and How To Begin?


Okay the big moment has arrived, your very first step in PHP is about to began;

To get access to a web server with PHP support you can do either of two below mention things;
  • You can install Apache (or IIS) on your own server and then install PHP and supporting database like MySQL, Oracle or even ODBC.
OR
  • You can do the easy and recommend way by finding a web hosting plan with PHP and MySQL support. Although now days every web hosting providers use to provide such support.
You can download PHP, MySQL database and Apache server through internet in no time and since they all are open source programs, hence it is absolutely FREE of cost to download and run.

Follow the links to download required programs;

PHP Download        - www.php.net/downloads.php
MySQL Download    - www.mysql.com/downloads

No comments:

Post a Comment