i have a php4 page which works fine using something similar to..
<? eval(base64_decode('JGdlbns=')); ?>
but when I run this using php5 rather than output the correct values it outputs the actual code..
"<? eval(base64_decode('JGdlbns=')); ?>"
can anybody help? thanks