you only need 3 <<< On 11/7/05, Curt Zirzow <czirzow@xxxxxxxxx> wrote: > > * Paul Williams <retched@xxxxxxxxxxx> [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 > >