> 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]
- [PHP] Parse PHP inside a variable Claus Heiko Niesen
- Re: [PHP] Parse PHP inside a variable Lenar Lõhmus
- RE: [PHP] Parse PHP inside a variable James Atkinson
- Re: [PHP] Parse PHP inside a variable Zak Greant
- Re: [PHP] Parse PHP inside a variable J Smith
- Re: [PHP] Parse PHP inside a variable Christopher Ostmo
- Re: [PHP] Parse PHP inside a variable Claus Heiko Niesen
- Jason Murray