just.... don't know why two strip slash function.
+3
A:
stripcslashes() skips special character sets like "\n" and "\r", preserving any line breaks, return carriages, etc. that may be in the string.
stripslashes() simply removes any slashes it encounters without parsing anything beforehand.
BraedenP
2009-11-04 05:15:00
+1 for agreement
thephpdeveloper
2009-11-04 05:15:40