I have a table imy my database where I would like to store php commands.
If i save
<? php echo "hello world" ?>
in the table, when I print the data it literaly prints the php code if I look in the source. and not "hello world"
I had a look at eval but could not get it to work.
Any help
Thanks
Ruckus