Posted by mjamm on 06/18/05 06:57
Hello
Is there any way to execute PHP code from a database on to a .php browser
page?
Basically, I am using 'LONGTEXT' to save HTML and other info to output to
the screen. Works well!
I have tried saving something simple like <?php echo "HELLO!"; ?> to the db
and then calling it from the database, having the output perform the script
on to the screen.
Does this make sense?
thanks
[Back to original message]
|