Removing Leading Slashes Before Special Characters in a PHP Query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amitpatil
    New Member
    • Jan 2007
    • 4

    Removing Leading Slashes Before Special Characters in a PHP Query

    Hello friends,
    I have a web form which holds fields containing special characters.
    On the next page when user submits those details, Information is shown with adding slashes to special characters.
    User has to conform the information on this page which then added to database. this just adds 1st few characters....w ould any one pls help
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Changed thread title for better search visibility.

    stripslashes is your friend.

    Comment

    Working...