Exforsys

Home arrow Technical Training arrow PHP Tutorial

WAMP Server Menu Options

Page 4 of 4
Author: Harsha M V     Published on: 26th Oct 2008

WAMP Server

Explaining the Various Menu Options

1. LocalHost: Clicking this will take you to the mail root of your server.

2. phpMyAdmin: This will Take you to the phpMyAdmin installed on your server with which you can handle the database comfortably

Ads

3. SQLiteManger: This is another database Manager

4. www directory: Clicking this will take you to the www ( root Directory of your server ) where you can put your php, html, css and other files to run from the local server.

5. Apache: This gives you the menu to handle all your Apache Server Options. Turning ON/OFF Apache handlers.

6. PHP: This provides you the list of PHP settings you can turn ON/OFF and lists the PHP extensions that are installed which can also be turned ON/OFF.

Ads

7. MySQL: This again provides various MySQL parameters you can handle with.

8. Start All Services: This option Starts the Services that are installed with the SERVER

9. Stop All Services: This Stops the Server Services which will stop PHP files to work since server is offline.

10. Restart All Services: This Restarts the all Services and saves any changes made with the components.

11. Put Offline/Online: This OPTION puts your Local Server Online and will be available to everyone on the internet through your IP ADDRESS.



 
This tutorial is part of a PHP Tutorial tutorial series. Read it from the beginning and learn yourself.

PHP Tutorial

 

Comments