Wednesday, November 15, 2017

PHP Tutorial 2 - PHP Installation

What Do I Need To Start PHP?

To start using PHP, you can:
  • Find a web host with PHP and MySQL support
  • Install a web server on your own PC, and then install PHP and MySQL
A list with with best web servers you can find here.

Set Up PHP on Your Own PC

However, if your server does not support PHP, you must:
  • install a web server
  • install PHP
  • install a database, such as MySQL
The official PHP website (PHP.net) has installation instructions for PHP: http://php.net/manual/en/install.php

No comments:

Post a Comment