Thread
:
Need help with "nested" PHP
View Single Post
#
5
(
permalink
)
07-04-09, 05:23 PM
wirehopper
-
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Try something like this:
PHP Code:
<?php
echo
'Test from database'
;
?>
Store it in the database, then use:
PHP Code:
echo eval(
$content
);
to display it.
wirehopper
View Public Profile
Find all posts by wirehopper