[php]echo “Hello World!”;[/php]
note: I’ve recently installed PHP on the Apache web server, so that shouldn’t be the problem.
I’ve created a simple ‘Hello World!’ page, but when I run it, it immediately closes and asks, “Would you like to download this file?”. If I say yes, it does te same thing. I’ve checked for errors, and I even have the semi-colon.
How do I make it run and echo “Hello World”;? (php start and closing tags are correct)