noginn <mailto:[EMAIL PROTECTED]>
    on Wednesday, March 17, 2004 1:30 PM said:

> I would get this error when running the above script.
> 
> *Notice*: Undefined variable: variable in
> *C:\WWW\Apache2\htdocs\php\testprint.php* on line *4*
> This uses the "here document" syntax to output multiple lines with
> interpolation. Note that the here document terminator must appear on a
> line with just a semicolon no extra whitespace!

it's choking on the $variable you've got in your heredoc text. you've
probably got error reporting turned up so that it coughs on those kinds
of errors. notice it didn't cause your program to fail.


chris.

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

Reply via email to