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