Results 1 to 2 of 2

Thread: Installation and operation of WAMP

  1. #1
    Join Date
    Aug 2008
    Posts
    30

    Installation and operation of WAMP

    PHP runs on the server side. But you certainly want to encode PHP on your computer and instantly see the results of changes you can make to your PHP scripts!

    Do not worry, you will not need to invest in a remote server for that. I'll show you how to install Wampserver. Wampserver is software that contains a package of different things:

    • Apache: the web server. He will return pages (X) HTML, files, etc. ...
    • PHP: it communicates with apache and can handle PHP pages. It will return pages PHP treated apache which refers to the client.
    • MySQL: it is a management system database. We discuss below what a database.
    • PHPMyAdmin: You can go through PHPMyAdmin have an interface for managing your databases much more ergonomic than the console.


    All these things will be installed automatically when you install WAMP (Windows Apache MySQL PHP).

    Install WAMP

    WAMP installer is very easy, just be guided by clicking on Next when you are told. First, download WAMP on the official website at: http://www.wampserver.com/en/ Then run the archive you just downloaded. A window of this style appears:

    Click Next, then you're asked to accept the license agreement. Accept it and then click Next again.

    Choose a directory in which you install WAMP then click Next. Installation is then you can close the window and then start WAMP.

    If all goes well, you should see a small symbol at the bottom right of your taskbar, white symbol.

    If this symbol has a white background here is perfect. If the background is yellow or red, it means that services are not installed correctly, or they could not start. When in doubt, restart WAMP after leaving proper (right click, exit).

    WAMP Once installed, you can consult its default home page (conducted in PHP). To do so, start your Web browser and type in the address bar this: http://localhost. A page loads:

  2. #2
    Join Date
    Aug 2008
    Posts
    30

    Re: Installation and operation of WAMP

    This page contains a list of files in the directory of WAMP www. By default, you should put your files and PHP files in that folder (or in a subfolder), so they can be analyzed by PHP. To test the proper functioning of all this, create a page named "test.php" in the "www". Put it the following: <? Php echo '<p> Hello! </ P>';? "

    Save the page and go to the following address: http://localhost/test.php. You should see "Hello!" picture displayed. If so, everything is installed, otherwise make sure you do not repertory wrong and that is well launched WAMP (white).

Similar Threads

  1. xampp or wamp
    By Aman 1 in forum Software Development
    Replies: 3
    Last Post: 28-11-2009, 11:27 AM
  2. Installation and operation of Squint
    By AbhayD in forum Networking & Security
    Replies: 3
    Last Post: 19-11-2009, 04:32 PM
  3. How to install wamp
    By chaosblade in forum Windows Software
    Replies: 3
    Last Post: 18-08-2009, 03:19 PM
  4. WAMP installation error in Vista
    By Celaeno in forum Operating Systems
    Replies: 3
    Last Post: 06-01-2009, 08:47 AM
  5. msi installer error code 11708 (installation operation failed)
    By Javier Eduardo Bello Marcos in forum Windows Server Help
    Replies: 0
    Last Post: 17-02-2005, 11:39 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,293,938.78486 seconds with 17 queries