Page 1 of 1

plz help me (stipslashes)

Posted: Wed Dec 03, 2008 1:15 am
by ashik pasha
Can i apply stripslashes to all form elements without writing to each element(field).any shortcut



Thanks in avance

Re: plz help me (stipslashes)

Posted: Wed Dec 03, 2008 1:44 am
by requinix
Turn off magic_quotes.

If you can't, look into array_map.

Re: plz help me (stipslashes)

Posted: Wed Dec 03, 2008 5:15 am
by ashik pasha
thank you .. thanks a lot