PHP Not running on my two browsers
Posted: Mon Oct 25, 2010 10:53 pm
i am new on php i installed xampp server that is running but i can not run it on my IE8 and Firefox 3.61 for the past 2weeks i created this file below using Notepad++ the output i got after running on the two browsers was blank
i saved as thing.php
i typed http://localhost/thing.php on my 2 browsers but i got a blank output not hello world!
Who can resolve this for me i can not learn php until i can resolve this.
Code: Select all
<?php
"hello world!";
?>i typed http://localhost/thing.php on my 2 browsers but i got a blank output not hello world!
Who can resolve this for me i can not learn php until i can resolve this.