Hello,
My forum is based on html and php tutorials which is based on putting some thing like this :
Code:
<?phpprint"<body><form action=file2php method=post>";$p=42;print"p=$p";print"<input type=submit value=submit>";print"</body>";?>
for exmple this will be in one line !!
How can I change it to with Toggle Plain Text like :
http://www.daniweb.com/forums/showth...ighlight=photo
or
http://www.daniweb.com/forums/thread87447.html#
Does anyone know what is this modification ?
Please help me