Hi,
Is it possible to store PHP code in the database then have it processed after it comes out.
Say I wanted to store:
echo ($name=="Pete") ? "Yes" : "No";
Is it possible to get this to display yes or no on the page, considering that that above code would be stored in the database.
Thanks
Pete






Bookmarks