T
Tony Y
Guest
<?php
$clerihew = <<< End_Of_Quote
Sir Humphrey Davy
Abominated gravy.
He lived in the odium
Of having discovered sodium.
End_Of_Quote;
?>
I run the above code on my web server, unfortunately Parse error: syntax error, unexpected $end in /home/darkt7/publ....
Quite Faint, I am really confused, I copied the code from my book, but it can not run on my web server...
$clerihew = <<< End_Of_Quote
Sir Humphrey Davy
Abominated gravy.
He lived in the odium
Of having discovered sodium.
End_Of_Quote;
?>
I run the above code on my web server, unfortunately Parse error: syntax error, unexpected $end in /home/darkt7/publ....
Quite Faint, I am really confused, I copied the code from my book, but it can not run on my web server...