> 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?

eval(), though you might have to be careful if it's HTML and PHP.

Jason

-- 
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