I'm just messing around with PHP trying to learn it better. I created just a basic file named test.php and saved it at the root of C: (C:\test.php)
code:
<?
echo "HI";
?>
How do I get it to display in my IE browser?
every time I try to put the file name in it wants me to open or save the file.
I run PHP on my machine so I know its not a browser issue per se. Just curious.
code:
<?
echo "HI";
?>
How do I get it to display in my IE browser?
every time I try to put the file name in it wants me to open or save the file.
I run PHP on my machine so I know its not a browser issue per se. Just curious.