Re: [PHP] Processing PHP within a string variable

2001-01-24 Thread Matt
Haha, well I apologize for not seeing this earlier when I was hunting through the documentation. Silly me. Thanks a bunch! At 04:02 PM 1/24/2001 , you wrote: >So sprach Matt am Wed, Jan 24, 2001 at 03:56:37PM -0600: > > string is a mixture of PHP code and HTML. I want to be able to output the

Re: [PHP] Processing PHP within a string variable

2001-01-24 Thread Toby Butzon
- Original Message - From: "Alexander Skwar" <[EMAIL PROTECTED]> To: "Matt" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 5:02 PM Subject: Re: [PHP] Processing PHP within a string variable > So sprach Matt am Wed, Jan 24, 2001

Re: [PHP] Processing PHP within a string variable

2001-01-24 Thread Alexander Skwar
So sprach Matt am Wed, Jan 24, 2001 at 03:56:37PM -0600: > string is a mixture of PHP code and HTML. I want to be able to output the > string with the PHP code inside the string processed. Right now the PHP http://www.php.net/manual/en/function.eval.php Alexander Skwar -- How to quote: http

[PHP] Processing PHP within a string variable

2001-01-24 Thread Matt
On a project I am working on, I have a string variable, and inside the string is a mixture of PHP code and HTML. I want to be able to output the string with the PHP code inside the string processed. Right now the PHP isn't processed on output, it is merely cut out. I have been able to do this