Forum Moderators: coopster
for example
[codes]<form action=test.php method=post>
<textarea><table><td width='400'>"hello"</td></table></textarea>[/codes]
comes out as:
<table><td width=\'400\'>\"hello\"</td></table>
Is there any way to decode this? I have tried urldecode() and htmlspecialchars() but they don't work...
Thanks
Ben