Search found 1 match
- Thu Oct 09, 2003 4:18 am
- Forum: PHP - Code
- Topic: Apache problem?
- Replies: 1
- Views: 310
Apache problem?
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 ...