Parsing PHP code that's stored in a database.
Posted: Sun Aug 18, 2002 3:18 am
I am stuck with trying to parse PHP codes that are stored together with text in a database. For example, 1 column in my db stores text like this:
Anybody know how I can get the PHP above to work when i retrieve the data? Is this even possible? 
Code: Select all
This is just text. <?php echo " This WAS PHP. "; ?>This is text again.