Claus Heiko Niesen pressed the little lettered thingies in this order...

> Hello
> 
> I'm having a variable that contains HTML with embedded PHP code.  When I
> echo it then the PHP code does not get executed.  Is there a way I can
> parse/print the content of my variable?
> 
>

Checkout eval()
http://www.php.net/manual/en/function.eval.php

The second user contributed note contains an example of how to do this.

Good luck...

Christopher Ostmo
a.k.a. [EMAIL PROTECTED]
AppIdeas.com
Meeting cutting edge dynamic
web site needs

For a good time,
http://www.AppIdeas.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to