I could have sworn this exact same code worked on my computer before, but now it doesn't.
I have a file called test.php with the following code:
---------------------------------------------------
<?php
$myString = "Hello!";
echo $myString;
?>
---------------------------------------------------
When I open it in firefox, I get nothing. Just a blank screen.
Can anyone figure out why?
Thanks.
I have a file called test.php with the following code:
---------------------------------------------------
<?php
$myString = "Hello!";
echo $myString;
?>
---------------------------------------------------
When I open it in firefox, I get nothing. Just a blank screen.
Can anyone figure out why?
Thanks.