Running PHP scripts after installation
Posted by: agent.developer (125.16.48.---)
Date: September 14, 2006 08:47PM

Hi Friends,

I am a Beginner of PHP scripting ,after reading lot of Forums i installed WAMPSERVER and now after startring the Services and put the server 0nline from System Tray and now i want to Execute my PHP scritps...i dont know how..?

Is there any Confuguration Still Required after Instalation to Run my PHP scripts on my Localhost...? else what are the steps for me to run php script on my local host.

HELP REQUIRED

Any Help would be Appreciated.....Thanx in advance smiling smiley

Options: ReplyQuote
Re: Running PHP scripts after installation
Posted by: Andre Rotband (---.sesirs.org.br)
Date: September 15, 2006 12:01AM

Hi Friend,

Your next step is make a file with extension .php and save it on
folder c:\wamp\www.
Then run a browser and call [localhost]

Example:
<?php

print phpinfo();

?>

Good Work!!

Options: ReplyQuote


Sorry, only registered users may post in this forum.