I have two servers that have had PHP installed on them and...
<?php
echo 'hello, world!
?>
....displays a parse error on server A and doesn't display anything on
server B.
Any ideas as to what the problem is?
<?php
echo 'hello, world!
?>
....displays a parse error on server A and doesn't display anything on
server B.
Any ideas as to what the problem is?
Comment