Lesson 2: Servers

PHP is a server-side technology. Therefore, you need to have a server to run PHP. But it doesn't need to cost you anything to make this upgrade and there are several options for doing so.

Since you ultimately only need to choose one option, this lesson is divided into three parts. First comes a little introduction on the different options (just choose the one that suits you best). When your server is up and running, we'll pick up with Lesson 3 to make your first PHP page.

Option 1: Website on a hosted server

You can choose to have a website on a host that supports PHP.

Option 2: Install PHP on your computer

It's no walk in the park to install PHP on your computer. This option is only recommend for experienced computer users, but it can obviously be done. Here are links to downloads and installtion guides:

Option 3: XAMPP

XAMPP is a program that makes it easy and possible for us ordinary folks to run the PHP directly on our computer without having to install PHP on our own.


Related topics in the PHP ForumRepliesViews
WHERE CAN I PUT THIS CODE THAT CONNECT TO DATA BASE XAMPP?17390
difference between FTP and PHP server716170
Server side counter18606
Setting up a server110954
losing track with XAMPP17714

+ Post a new topic


<< Lesson 1: What is PHP

Lesson 3: Your first PHP page >>