Code: Select all
define('MY_NAME', 'Jim');Win big with MY_NAME
How do I get a result row to display this correctly?
I've tried entering the name(in the DB) as Win big with ".MY_NAME.", '".MY_NAME."', and <?php echo MY_NAME; ?>, but it prints it out rather than echoing the define, any tips? Can this be echoed properly from printing a result row?
Thanks