RE: [PHP] magic_quotes_gpc and \

2003-10-10 Thread Johnson, Kirk
> 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

[PHP] magic_quotes_gpc and \

2003-10-09 Thread Shawn McKenzie
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