carstos
May 23rd, 2002, 08:18 AM
Is there an equivalent for php function stripslashes(str) ??
Here is what stripslashes function does:
Returns a string with backslashes stripped off. (\' becomes ' and so on.) Double backslashes are made into a single backslash.
Here is what stripslashes function does:
Returns a string with backslashes stripped off. (\' becomes ' and so on.) Double backslashes are made into a single backslash.