Page 1 of 1

Magic Quotes question

Posted: Mon Feb 14, 2005 3:59 pm
by neophyte
I was wondering if magic quotes adds and removes quotes from $_POST variables? If so do I just have to stripslashes $_POST that I'm displaying?

Thanks

Posted: Mon Feb 14, 2005 4:12 pm
by feyd
magic quotes does neither. It just escapes all quote marks.