I have a funny problem which did not occur in version 1.8:
whenever I write some PHP code with the 'print' or 'echo' command, the output shows the end bits of the PHP code, eg. when I write:
<?php
print "This is PHP";
?>
the output I get is:
This is PHP";?>
So, the final quote mark, the semicolon and the ending PHP tags are displayed.
Has anyone else come across this problem before, and does anyone know a solution for it?
All help will be appreciated.
Thanks,
mrfdes.