Thread
:
Need help with "nested" PHP
View Single Post
#
6
(
permalink
)
07-05-09, 09:50 PM
fahuber3
Newbie Coder
Join Date: Jul 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
I return eval( )
using the following code in my php file
PHP Code:
echo
"<h1>
$pagename
</h1>
eval(
$content
)"
;
and storing
PHP Code:
<?php
echo
'Test from database'
;
?>
in the content field
fahuber3
View Public Profile
Find all posts by fahuber3