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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:10:03+00:00 2026-06-17T23:10:03+00:00

When I used PHP without any framework, I would validate a post with something

  • 0

When I used PHP without any framework, I would validate a post with something like this

$username = trim(mysql_real_escape_string($_POST['username']));

but in CodeIgniter I do something like

$username = $this->input->post('username');

does CodeIgniter clean the string or I have to do it?

  • 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-06-17T23:10:05+00:00Added an answer on June 17, 2026 at 11:10 pm

    CodeIgniter’s input class fetches all information from $_POST via the xss_clean() filter method in the security class.

    The documentation for this method and indeed its very name suggest that this is not a query string sanitizer (as proposed in the question). Instead, CI cleverly performs the sanitization before performing queries when using the database driver and bindings.

    An adaptation of the database queries documentation under “Query Bindings”:

    $sql = "SELECT * FROM some_table WHERE id = ?";
    
    $this->db->query($sql, array($this->input->post('id')));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone of you ever used php_writeexcel (http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel/)? I would like to know if
I am trying to use svn from php and tried this so far without
in typical PHP applications I used to use mysql_real_escape_string before I did SQL inserts.
I've been writing PHP for years, and have used every framework under the sun,
Hi there I'm trying to create a simple enough php email form without any
About project: I'm trying to write CMS-like web-site on Java. Previously I used PHP
Is there any chance to restrict a php script from being shared and used
Is it possible to include something in PHP without passing the variables that were
Is it possible in PHP to require an arbitrary file without leaking any variables
In a php variable $preview I save about 4 lines of a post without

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.