-----Original Message-----
From: Adam Baratz [mailto:[EMAIL PROTECTED]]
Sent: sexta-feira, 11 de janeiro de 2002 01:40
To: PHP List
Subject: Re: [PHP] PHP Parsing Database Text


> Is it possible to have PHP parse text queried from
> a database (security issues notwithstanding)?
> If so, how?

Yes.  Pull out the text with your method of choice and then use the eval
function passing it the string of text to parse as its only parameter.

-Adam


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