plz help me (stipslashes)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ashik pasha
Forum Newbie
Posts: 9
Joined: Mon Dec 01, 2008 9:55 pm

plz help me (stipslashes)

Post by ashik pasha »

Can i apply stripslashes to all form elements without writing to each element(field).any shortcut



Thanks in avance
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: plz help me (stipslashes)

Post by requinix »

Turn off magic_quotes.

If you can't, look into array_map.
ashik pasha
Forum Newbie
Posts: 9
Joined: Mon Dec 01, 2008 9:55 pm

Re: plz help me (stipslashes)

Post by ashik pasha »

thank you .. thanks a lot
Post Reply