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

Reply via email to