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 7558009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T12:16:36+00:00 2026-05-30T12:16:36+00:00

Does using $this->input->post(); in Codeigniter, remove any html and javascript the user of the

  • 0

Does using $this->input->post(); in Codeigniter, remove any html and javascript the user of the website may have entered, or do you have to use htmlspecialchars();?

  • 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-30T12:16:37+00:00Added an answer on May 30, 2026 at 12:16 pm

    $this->input->post() only contains post data..

    You could always call $this->input->post(NULL, TRUE); as per the manual to return data filtered through the XSS filter.

    You can see here exactly what’s happening, is it basically re-builds the $_POST array using fetch_from_array. This invokes the security module for XSS $this->security->xss_clean($array[$index]); (if you set XSS filter to true).

    If there’s something that XSS filter doesn’t catch, your code is exposed.

    I would generally never filter my raw input data like this before it’s being used, but rather only when it’s about to be used, and in that specific way.

    Malicious content is nearly impossible to prevent if you filter it on input, because it’s designed to be run as output.

    • When you’re printing to an HTML document ensure your special chars are html encoded
    • When calling SQL, ensure you’re running parameterized queries without SQL injection exploits
    • When you’re making system calls, don’t let them take control of your system.

    As mentioned in the comments of my answer, the XSS input filter is an inadequate attempt at preventing attacks.

    If in doubt, consult OWASP.

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

Sidebar

Related Questions

How does one create Dynamic CSS and JavaScript On-The-Fly (using PHP). This needs to
I am using $.post to send a json structure built out of user input:
I am using this code to make the user input a name to create
Should I always be using this method when rendering? Does it slow down much
Currently, I am using this query, which does a pretty good job of finding
does anyone know if you can do something like this using the (N)Hibernate criteria
Why does this code fail to display the category name Apples using the current
why does this code crash? is using strcat illegal on character pointers? #include <stdio.h>
Why does this script return a pair of nulls? I'm using SQL Server 2008,
I'm using MS Sql 2005. Why does this give me the correct results (returns

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.