Re: Using the echo tag...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux