How to start to use WAMP after installing
Posted by: Derk (196.46.120.---)
Date: July 04, 2012 11:39PM

Hello! every body am so happy with this Forum, my problem is just so complicated because i'm first year and am doing computer science so now i am in my first field, The case here is about my field which require me to design a school management pages so first i installed WAMP SEVER2.2 in order to use it but since I completed to install it 2 days ago i fail totally how to start using it and i just see the thing to be so hard to me now.
so any one as i saw in this forum plz can help me to get how to start. plz i want full explanation step by step after configure each and everything is okay in Installing process.
Please i need your HELPS now.

Options: ReplyQuote
Re: How to start to use WAMP after installing
Posted by: stevenmartin99 (Moderator)
Date: July 04, 2012 11:40PM

everything is ready to use.

just start coding

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: How to start to use WAMP after installing
Posted by: Derk (196.46.120.---)
Date: July 05, 2012 12:19AM

How i'll start now because even the place to write that code i fail to get Steven

Options: ReplyQuote
Re: How to start to use WAMP after installing
Posted by: stevenmartin99 (Moderator)
Date: July 05, 2012 12:23AM

c:\wamp\www

place your files in here.

left click the wasmp icon beside your clock and press localhost

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: How to start to use WAMP after installing
Posted by: Derk (196.46.120.---)
Date: July 05, 2012 12:23AM

Plz jst try to explain well how can i start

Options: ReplyQuote
Re: How to start to use WAMP after installing
Posted by: Derk (196.46.120.---)
Date: July 05, 2012 12:29AM

Okay! i able now to view localhost then tell me this c:\wamp\www would be written above the localhost?

Options: ReplyQuote
Re: How to start to use WAMP after installing
Posted by: Derk (196.46.120.---)
Date: July 05, 2012 12:32AM

Okay! i able now to view localhost then tell me this c:\wamp\www would be written above the localhost?
@Steven Martin

Options: ReplyQuote
Re: How to start to use WAMP after installing
Posted by: RiggsFolly (---.as13285.net)
Date: July 12, 2012 03:04PM

Durk,

Create a new directory under c:\wamp\www something like this

c:\wamp\www\testing

create a file called index.php in that new directory

Here is a simple example

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My First Site</title>
</head>
<body>
<div style="background-color:red;color:white">
<?php
echo 'HELLO WORLD';
?>
</div>
</body>
</html>


If you now go to localhost again you should see a reference to your new folder (testing) under the "Your Projects" section of the wamp localhost page. Clikc it and it should go to your new site.


You can also get to it using [localhost] and this way you wont need to go via the wamp homepage.

Options: ReplyQuote


Sorry, only registered users may post in this forum.