Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/mhd-01/www.stefanopisciella.it/htdocs/phpinfo.php on line 11
il codice è:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<h1>Displaying here documents</h1>
<?php
echo END
This examples uses
"here document" synthax to display all
the text until the ending token is reached.
END;
?>
[img]foto/php.png[/img]
</body>
</html>
dove sbaglio?