<form action=myphp.php method=get>
<textarea name="xx">
</textarea>
</form>
<?php
echo $HTTP_GET_VARS['xx'];
?>
the problem is, when i put some codes on the text box, the script returns \" on my "...... how to fix this? thanks!! 🙂
e.g.
SELECT * FROM XX where id='2'
returns SELECT * FROM XX where id=\'2\'
thanks in advance! 🙂