Hello,
I have a database that consists of text. This text contains php code
that needs to be processed before echoing it on the browser. A
pseudocode may be:
<?php
/* connect to database */
/* for each record
process the php text in database */
?>
Simply echoing the text will not make the php tags to be processed.
Please let me know if you have any ideas or opinions on how to make
the text information in database to be processed.
Thanks!
I have a database that consists of text. This text contains php code
that needs to be processed before echoing it on the browser. A
pseudocode may be:
<?php
/* connect to database */
/* for each record
process the php text in database */
?>
Simply echoing the text will not make the php tags to be processed.
Please let me know if you have any ideas or opinions on how to make
the text information in database to be processed.
Thanks!
Comment