Apache problem?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gr000ve
Forum Newbie
Posts: 1
Joined: Thu Oct 09, 2003 4:18 am

Apache problem?

Post by gr000ve »

HI!

i´m starting learning PHP, i´ve downloaded some tutorials and installed Apache Server, and something is not going ok..

i have the file test.php with this script:

<html>
<body>
<?php
print ("hello world");
?>
</body>
</html>

i´ve put this file on the localhost folder and on the browser nothing appears, i uploaded this file to my web server and "hello world" appears!

can you give some tips?
..the thing is that i want to test my php experiences locally

thnx ;)
User avatar
scorphus
Forum Regular
Posts: 589
Joined: Fri May 09, 2003 11:53 pm
Location: Belo Horizonte, Brazil
Contact:

Post by scorphus »

Hello.

Please take the time to search the forum. There are many posts regarding this same issue you're experiencing.

Regards,
Scorphus.
Post Reply