View Single Post
  #5 (permalink)  
Old 07-04-09, 05:23 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
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.
Reply With Quote