shashikant
New Member
please, how to print php as html text ?for example:i have this php line\[code\]if(defined('LOAD_VARS') AND LOAD_VARS === TRUE)\[/code\]i want to print it as html textso output will be\[code\]if(defined('LOAD_VARS') AND LOAD_VARS === TRUE)\[/code\]i have tried this\[code\]<textarea style="width:600px; height:30px;">if(defined('LOAD_VARS') AND LOAD_VARS === TRUE)</textarea>\[/code\]but it doesn't work and show errorhow i can do that please ?how