Ken Pooley wrote:
> echo $topicS->description:H."<br>"; ?
It can only be executed by having PHP interpret it. Patrick showed me
a trick a while ago that would get around this:
eval "?>&($topicS->description:H);<BR><?";
The leading "?>" is necesary because eval expects the string to be a
php program without seeing "<?" so what you're doing is closing an
empty program to start with, and the rest gets executed as embedded
html.
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]