* Paul Williams <[EMAIL PROTECTED]> [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
-- 

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

Reply via email to