Posted by Michael G on 08/04/05 18:14
Some of the online docs say that you can use
echo <<<END
all sorts of text and statements...
END;
but if the following produces a parse error at line 14 which is the closing
php tag.
<?php
echo <<<TT
<tr>
<td>
<p>1. some text...</p>
</td>
<td>
<p>
<input type="radio" name="gs.$i" value="1">
</p>
</td>
</tr>
TT;
?>
Any suggestions, like don't use this tag?
Thanks, Mike
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Navigation:
[Reply to this message]
|