
On this post, I would like to show you how to set up a server to your own system. Since we’re gonna pretty much do some coding (which is PHP) for the entire tutorials and we also would having it connected with MySQL, so you better have a server run on your system.
Here’s what we need:
1. Apache server
2. MySQL
3. PHP and Perl
You can download those awesome powerful and free software and set up one-by-one but it wont be easy, or you can download solution stack package including all those software on XAMPP, which is more handier for beginner and also free. You can download XAMPP here.
On the installation, just make sure that you install all services.

Once your server is ready, you can go to ‘http://localhost’ on your browser for testing.
And voila!

From now on deploy all your files on this directory:
*installation directory*/xampp/htdocs/ [yourProject]
![]()