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

  • Home
  • SEARCH
  • 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 6580641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:03:13+00:00 2026-05-25T16:03:13+00:00

Security should always be the first thing to consider, right? I think this question

  • 0

Security should always be the first thing to consider, right? I think this question is so important that someone should have asked before, but I didn’t find a satisfying answer for me in search results.

I need both to store user’s article contents in database and output it safely. But there’s so many ways to do this. I can do this using filter_var() ,strip_tags(), mysql_real_escape_string(),stripslashes()…etc. I can’t chose one to use, and i can’t confirm whether it’s safe enough to use one of them.

What is the best practice for sanitizing input and output?

  • 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-25T16:03:13+00:00Added an answer on May 25, 2026 at 4:03 pm

    Simple: Don’t filter input. Escape output.

    • When you put something in a MySQL query with the mysql extension, use mysql_real_escape_string. (Even better, switch to PDO and use prepared statements.)
    • When you print something in a HTML page, use htmlspecialchars.
    • When you put something in a shell command, use escapeshellcmd/escapeshellarg.
    • For urls, use urlencode

    See this answer too: PHP escaping input variables

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

Sidebar

Related Questions

What are the security topics that you should always include when writing a proposal
It's an important security issue and I'm sure this should be possible. A simple
I have googled a bit for how I should handle security in a web
This is a security best practice and I'm wondering if I should even be
I am starting to learn everything about security and secure programming. I have always
I am always reading that you should always store your database credentials outside of
I have this java swing application that I intend to sell over the internet.
I have recently noticed that stack overflow for security reasons does not allow framing.
I have recently noticed that stack overflow for security reasons does not allow framing.
I know that it is a good thing to always make exceptions serializable .

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.