View Single Post
  #6 (permalink)  
Old 07-05-09, 09:50 PM
fahuber3 fahuber3 is offline
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
Reply With Quote