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

The Archive Base Latest Questions

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

I have been hacking away at this all day with only a successful ‘UPDATE’

  • 0

I have been hacking away at this all day with only a successful ‘UPDATE’ to show for it. I am new to using MySQLI and seem to be encountering several issues with the script.

A volunteer uses an html form to input their email address, which is already in the database. Then the database reveals their schedule information and updates the ‘confirmed’ column from (default) ‘NO’ to ‘YES’.

The update is showing as confirmed “YES” in the database, however the output isn’t echoing on the page itself.

Here’s the PHP: http://pastebin.com/KSPGuuae

Errors: UPDATE FAILED: () object(mysqli_stmt)#2 (0) { } 
        select FAILED: () object(mysqli_stmt)#3 (0) { }
Fatal error: Call to undefined method mysqli_stmt::get_result() in
/home/content/79/6007279/html/summerfest/display.php on line 119: 

119:  $result = $stmt->get_result();
  • 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-02T19:37:25+00:00Added an answer on June 2, 2026 at 7:37 pm

    You forgot to run $stmt->execute() before trying to fetch the result.

    Also, get_result() was only introduced in PHP 5.3

    For prior PHP versions you should use this query:

    SELECT agreeName, position, shift_times, confirmed FROM volConfirm ... etc
    

    Then inside PHP:

    // bind result columns
    $stmt->bind_result($agreeName, $position, $shift_times, $confirmed);
    while ($stmt->fetch()) {
        // use $agreeName, $position, etc.
    }
    

    I prefer the way PDO works, though with PHP 5.3 at least mysqli is more workable.

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

Sidebar

Related Questions

Have been looking on some tutorials for drawing canvas using SurfaceView, but the only
I've been hacking away at CodeIgniter for a week or so, only because I
I'm not a DB guy, but I've been hacking away at this one for
I'm hacking away at some code which seems to have been started, at least
So, this is problem a stupid mistake, but I've been hacking away at it
I am new to nginx and I have been hacking up my nginx.conf file
I've been hacking around with Ruby a little and I have been wondering if
Have been working on this question for a couple hours and have come close
I've spent the past hour hacking away at this: I want to write a
I've been using the jQuery UI button all over my page, however I haven't

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.