Hello all.
Just wondering if there is a way of inserting PHP code in a database field, VARCHAR, MEDIUMTEXT, whatever, and have it echo as PHP code?
I have tried:
andCode:$GLOBALS['txt'][0]But neither works.Code:<? echo $GLOBALS['txt'][0]; ?>
Any help is appreciated.
Many thanks.




Reply With Quote