im trying to retrieve a php code ( something like <?php echo bla bla ?>) that is save inside a database and have it display on the page
but all getting is the php code as text like
<?php echo bla bla ?>
instead of
bla bla
would this be possible to do ?
thanks





Bookmarks