Re: [PHP] PHP Parsing Database Text

2002-01-10 Thread Adam Baratz
> 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

[PHP] PHP Parsing Database Text

2002-01-10 Thread Ken
Is it possible to have PHP parse text queried from a database (security issues notwithstanding)? If so, how? _Ken -- 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,