> If I have a form that POSTS a textarea that contains PHP
> code. Say some
> code that contains legitimate escapes \ like:
>
> echo "http://somewhere.com\";>Click";
>
> When the data is posted and received in the destination
> script, additional
> escapes \ are added. So how do I get to the
O.K. I'll try again from a different angle. magic_quotes_gpc = on.
If I have a form that POSTS a textarea that contains PHP code. Say some
code that contains legitimate escapes \ like:
echo "http://somewhere.com\";>Click";
When the data is posted and received in the destination script, additi
2 matches
Mail list logo