[PHP] Having PHP parse code that is contained in MySQL Blob From: Marc Pozzuoli (p <email protected>)
Date: 10/15/01

List,
        I have a straightforward SELECT query that returns 10 or so rows of data,
the second column of which is a blob. I want to be able to embed PHP in the
blob in the DB and have it used when the script is run. The reason being I
need to carry a session variable through to a link in the text (that the
blob contains). Is this possible? do I need to write a function that
parses the text itself and returns PHP Code? Is that even possible?

Thanks,

P
Operations Manager
www.XRentDVD.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>