Posted by "Richard Lynch" on 10/21/98 11:31
On Mon, November 7, 2005 11:31 am, Paul Williams wrote:
> I'm relatively new at coding PHP but I was hoping someone can help me
> with
> this.
>
>
>
> 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
You've got one too many <'s in there...
print <<<EOF
> <!-INSERT HTML HEADER HERE -->
>
> $_SERVER['PHP_SELF']
>
>
>
> EOF;
This MUST be in the far left column to work reliably, with no
preceding spaces or tabs.
Can't tell for sure from email if you did that.
--
Like Music?
http://l-i-e.com/artists.htm
[Back to original message]
|