Skip to main content

PHP Installation

By SamK
0
0 recommends
Category(s)
Topic(s)

To start using PHP, you can:

  • Choose a web host that supports PHP and MySQL
  • Install a web server on your own computer, then install PHP and MySQL

Web Host With PHP Support

If your web host supports PHP, you don't need to take any additional steps. Simply create .php files, put them in your web directory, and the server will automatically parse them for you. There's no need to compile anything or install extra tools. Since PHP is free, most web hosts provide PHP support.

PHP on Your Own PC

If your web host doesn't support PHP, you can use your own PC. You'll need to:

Installing a Local Server, PHP and Database using XAMPP

You can install a local server (Apache), PHP and a database like MySQL using XAMPP. Click here learn more.

Questions & Answers