- Forums
- PHP
- How To Remove Slashes From Php Web Forms When Submitted
This Page Contains information about How To Remove Slashes From Php Web Forms When Submitted By wallpaperama in category PHP with 4 Replies. [1072], Last Updated: Sat May 18, 2024
wallpaperama
Mon Feb 04, 2008
4 Comments
3182 Visits
ok, so today i had a php webform and when i submitted the information in the textarea, my database was updated with
rn character to represent the enter key but i didnt want this to show so to avoid this you can use this function:
lets say the name of my text area was called
contentall you have to do is do this:
stripslashes($_REQUEST['page_content'])