Ok, pretty new to this php stuff, but good with perl/python etc.
What is wrong with this php document ???
I get this error:
Parse error: syntax error, unexpected $end in
E:\xampp\worksp ace\test1\fragm ents.php on line 7
from this doc ...
===== start doc
<?
print <<<EOF
asdf
EOF;
print <<<EOFX
asdf
EOFX;
?>
===== end doc
What is wrong with this php document ???
I get this error:
Parse error: syntax error, unexpected $end in
E:\xampp\worksp ace\test1\fragm ents.php on line 7
from this doc ...
===== start doc
<?
print <<<EOF
asdf
EOF;
print <<<EOFX
asdf
EOFX;
?>
===== end doc
Comment