Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1003307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:57:38+00:00 2026-05-16T07:57:38+00:00

so i use mysql_real_escape_string to sanitize some user input before entering it into the

  • 0

so i use mysql_real_escape_string to sanitize some user input before entering it into the db, i would like to know how do i go about “reversing” this function so that when i output to the screen all escaped characters like /n /r get converted to actual new lines…thanks!

also, what is the difference between /n and /r?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T07:57:39+00:00Added an answer on May 16, 2026 at 7:57 am

    mysql_real_escape_string() doesn’t add slashes to stored data. It escapes characters so they can be passed safely through the mysql engine. The data is stored as is, without slashes.

    As such you don’t need to use stripslashes() when outputting from the database any data escaped with them.

    If you’re seeing extra slashes it’s because you’re either adding them somewhere, with say addslashes() or magic_quotes_gpc() is turned on.

    As has been noted \r \n are not escaped they are line breaks. Only use stripslashes() on data that has escape slashes included or you risk removing essential slashes.

    Edited to add:
    The only time you’d want to strip slashes from mysql_real_escape_string() is if you did so before storing data, say if you for some reason escaped data the minute you got it from a form then echoed it out in an error message/pre-populated form field.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I get this error when I try to use mysql_real_escape_string(). Access denied for user
Kohana mentions they use mysql_real_escape_string to sanitize database inputs in their documentation. However, while
Do I need to use mysql_real_escape_string() on my input (such as $_POST and $_GET
Code: mysql_query(INSERT INTO Account(User, Pw, email) VALUES('mysql_real_escape_string($_POST[user])', '$pw','mysql_real_escape_string($_POST[email]) ) ) or die(mysql_error()); Error: You
I have a form where users can upload files, and I'd like to name
Greetings, A site I designed was compromised today, working on damage control at the
I was wondering if when using the database library in Codeigniter there was a
I am developing a MVC application with PHP that uses XML and XSLT to
My Magic_Quotes has always been on and only today I've seen it's becoming depriciated.
I was talking with one of my programmers earlier and he showed me a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.