I am starting to code, but have hit a problem at the basic of basics. Php will not display/work in Firefox.
I have a simple php code:
<?php
echo "This is a test, Hello World";
?>
Yet when i open that document in Firefox, it displays a blank page.
Any ideas/help?