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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:23:30+00:00 2026-06-02T17:23:30+00:00

I have the following code: $query = UPDATE jobs SET `ipt` = ‘$ipt’, `prejobform`

  • 0

I have the following code:

$query = "UPDATE jobs SET `ipt` = '$ipt', `prejobform` = '$prejobform', `fileddate` = '$fileddate' WHERE `job_id` = '$jobid'";

  $result = mysql_query($query);


     if (!$result) {
        //ERROR LOGGER HERE
        echo mysql_error();
     }
     else {
        header('Location: view_job.php?jobid='.$jobid);
     }

This code is redirecting like it is behaving correctly, but when I check the database, the fields have not been updated. I’m sure the problem is something simple that I’m missing, but I’m at a loss to find the problem.

  • 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-02T17:23:31+00:00Added an answer on June 2, 2026 at 5:23 pm
    1. For an UPDATE query, mysql_query returns true if the query succeeded (was parsed and executed correctly), not only if it did really update any rows.

    2. If the underlying table is InnoDB and you have started a transaction earlier, the query won’t commit transaction implicitly and it will roll back when you exit the script or disconnect.

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

Sidebar

Related Questions

I have the following code: //-------------------------------------------------------------------------- // 2) Query database for data //-------------------------------------------------------------------------- $result
I have the following code $result = $handle->select()->from('store_details') ->where('store_details.store_id=?', $id) ->columns('store_details.store_name'); //->query(ZEND_DB::FETCH_OBJ); However, when
i have the following code: $update = mysql_query(UPDATE member_regok SET newmemberid = '.$last_id.', status
I have the following code: $updateCode = mysql_query(UPDATE pages SET pageCode='$code' WHERE id='$userID' AND
I have the following code that I use in a Query to update a
I have the following code: long[] conIds = GetIDs(); dc.ExecuteCommand(UPDATE Deliveries SET Invoiced =
I have the following code: query = Entry.objects.all() print 'authors ' + repr([x.id for
Right, starting to go crazy here. I have the following code: var query =
I have the following Java 6 code: Query q = em.createNativeQuery( select T.* +
I have the following code and got myself confused: I have a query that

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.