The stripcslashes() function removes backslashes added by the addcslashes() function.
This function can be used to clean up data retrieved from a database or from an HTML form.
Syntax:
stripcslashes(string)
string - Required. Specifies the string to check
No comments:
Post a Comment