Dreevoo.com | Online Learning and Knowledge Sharing
 
Home | Programs | Programming languages | PHP & MySQL | Setting up PHP and MySql testing server with WAMP
Guest
Click to view your profile
Topics
Programs
Languages
Recipes
Home
Shortcuts
 
 

Setting up PHP and MySql testing server with WAMP

If you want to start learning PHP and MySql, the first step is to setup complete environment on your local computer. This will include Apache web server with PHP support and MySql database server.

 
  Author: podtalje | Version: wampserver.com | 30th January 2013 |  
 
 
1.
 

Today we will install WAMP server, which stands for Windows, Apache web server, MySql database server and PhpMySqlAdmin tool for managing databases.


This is everything you need to start developing your own PHP applications on your local computer.

 
 
2.
 

First of all, we open official WAMP home page:
http://www.wampserver.com/en

At the bottom of the page you can find download links.

Click the latest 32-bit version.

This version will also work on 64-bit systems.

 
 
3.
 

On the next page you will first need to download VC 10 SP1 package.

Open the link in new window.

 
 
4.
 

This will take you to Microsoft download page, where you can download the package.

After successful download you should run this file to install it on your computer.

 
 
5.
 

On the previous page you can now download the WAMP server.

Click you can download it directly.

 
 
6.
 

After successful download run the installation.

Default settings should be OK, so just press the button Next through the whole installation.

 
 
7.
 

After installation you will be prompt for your SMTP server and email address.

For basic development this is not necessary and you can leave the default values.

 
 
8.
 

WAMP server is now installed. You will be able to see a new icon in your taskbar.

Click Put online.

 
 
9.
 

Server is now running.

Default location where you put your HTML and PHP files is C:\wamp\www

To keep things organized it is good to create subfolders for your PHP applications.

 
 
10.
 

Now click the WAMP icon and select Localhost.

 
 
11.
 

Browser will be opened with an address http://localhost

localhost is the default name of your computer

 
 
12.
 

On the default page you will also be able to find links to the phpMyAdmin tool, so you will be able to manage your database.

Your environment is now ready and you can start development of your PHP and MySql applications.

To start learning the first steps in PHP, please see:


 
 
 
   
  Please login to post a comment
   
 
 
online learning made for people
Dreevoo.com | CONTRIBUTE | FORUM | INFO