Log in

View Full Version : How to change php code html code and code like this ?


satforce
08-25-2007, 09:28 AM
Hello,

My forum is based on html and php tutorials which is based on putting some thing like this :
<?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/showthread.php?t=16947&highlight=photo
or
http://www.daniweb.com/forums/thread87447.html#

Does anyone know what is this modification ?

Please help me