Posted by Curt Zirzow on 10/19/76 11:31
* Paul Williams <retched@hotmail.com> [2005-11-07 12:31:17 -0500]:
> I'm trying to write the following code into my program but each time it
> runs, I get an error message. Can anyone help?
>
>
>
> print <<<< EOF
>
>
>
> <!-INSERT HTML HEADER HERE -->
>
> $_SERVER['PHP_SELF']
>
>
>
> EOF;
You might want to read up on the heredoc syntax:
http://php.net/heredoc
Curt
--
Navigation:
[Reply to this message]
|