So I have a php file right, here is the contents:
Basic right? Yea, the thing is, Firefox doesn't show anything. It's just a blank page.
So let's say I do something a bit more complex like this:
Except firefox only shows this:
So clearly something with firefox is broken, at least that's what I assume.
For the record, I have the latest released version of firefox and I am using wamp.
Code:
<?php
echo "Hello world";
?>
Basic right? Yea, the thing is, Firefox doesn't show anything. It's just a blank page.
So let's say I do something a bit more complex like this:
Code:
<?php
$str = "Who's Kai Jim?";
echo $str;
echo "<br />";
echo $str."<br />I don't know!";
?>
Except firefox only shows this:
Code:
"; echo $str."
I don't know!"; ?>
So clearly something with firefox is broken, at least that's what I assume.
For the record, I have the latest released version of firefox and I am using wamp.







