hi frnds ..
i was new to php.
i had downloaded the wampserver2i and instaleed in my lap.
and activated the server to online and started to run the php files,
the local host is working but i was unable to access the php fiels ..
what are the changes i should say pl..help me i am able to acces the index.php file
this i had save as echo.php
and opened my browser and pened as
it is showing page not found
http error
can any one help
should i make any change to the settings or any other pl...
i was new to php.
i had downloaded the wampserver2i and instaleed in my lap.
and activated the server to online and started to run the php files,
the local host is working but i was unable to access the php fiels ..
what are the changes i should say pl..help me i am able to acces the index.php file
Code:
<HTML> <HEAD> <TITLE>My First PHP Page</TITLE> </HEAD> <BODY> <?php echo "Hello World!"; ?> </BODY> </HTML>
this i had save as echo.php
and opened my browser and pened as
it is showing page not found
http error
can any one help
should i make any change to the settings or any other pl...
Comment