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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:54:44+00:00 2026-05-27T05:54:44+00:00

I try to save / update data with text …That means you may insert

  • 0

I try to save / update data with text “…That means you may insert keywords into the title of a page where ever …..” It shows 500 internal server error, and when I save without “insert” word in above text it easily saves in database. The same thing happens when I use the reserved words like update, delete in the field to add/update in the database. The error is due to the reserved word of mysql, isn’t there any ways to get rid of it?

I am using CodeIgniter and code to update above text is :

function update_template($id,$newtext,$newcomptext)

    {       
            $data=array(
            'option_value'=>$newtext,
            'competitive_value'=>$newcomptext
            );
            $this->db->where('id', $id);
            $this->db->update('report_texts', $data); 

            return 'Successfully Updated';


    }

I would be much thankful for the help.

  • 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-27T05:54:45+00:00Added an answer on May 27, 2026 at 5:54 am

    It’s likely that the word “INSERT” in the text you’re writing to the database is causing an SQL error (INSERT is generally a reserved word in SQL implementations).

    In any case, the CI framework says, “Oh, we have a problem. I should return a 500 error message” as a result of the error it gets back from the database.

    EDIT

    The $this->db->escape() function doesn’t help this because $this->db->query() already escapes your values.

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

Sidebar

Related Questions

So I've developed a system that saves database insert/update commands into a text file
I try to create a form that can save a person's form data so
according to this image, i try to save data in NSUserDefaults but my App
I'm trying to update the data in the parent table that is referenced in
I did a rake thinking_sphinx:rebuild , then when I try to update any page/entry,
When I try and save something to my list in SharePoint I get the
I try to create a new file inside a JSP and try to save
I have a POST controller action like: if (ModelState.IsValid) { try { //.. save
I've got a view in Django that uses memcached to cache data for the
I have a page which displays a form that a logged-in user can use

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.