Juan Pablo Herrera wrote:
Hi!
i have:
$html = '
         <html>
               MY HTML
         </html>
         ';
Inside of my html i used ', this produced a parse error, how can i solved
it?.

Escape it: \'

It must be somewhere in the manual, I think.

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



Reply via email to