hey im trying to get php to work and i cant
i use notepad to write the file then save it as Hello.php and change to tab to "All files" then save it
and when i try to view it on my browser i get the stupid code! or it just does not show anything
im using IE as a browser and when i try to open the file it does nothing
here is my code
<HTML>
<HEAD>
<TITLE>My PhP</TITLE>
</HEAD>
<BODY>
<?
echo"Hello world";
?>
</BODY>
</HTML>