Why isn’t this SQL update prepared statement working?

I’m learning PHP and have gotten stuck. I’m making a signup/login system that follows these steps:

  1. To sign up, a new user enters a display name, email and password.
  2. Upon submission of that form, a PHP script runs a prepared statement, an INSERT statement, making a new entry in the users table.
  3. The script then passes the value of $email as POST data to the next page where the new user makes a couple of choices. While the new user’s account has just been created, these two choices are perceived as part of the signup process. The two choices correspond to two integers that are passed to the next file as POST data integer_1 and integer_2. The email address is also passed to the next file as POST data.
  4. The PHP file below is supposed to assign POST data email, integer_1 and integer_2 to the variables $email, $integer_1 and $integer_2, then run a prepared statement process that updates the users table, setting columns integer_1 and integer_2 to their variable values where the email column matches $email.
    I cannot get the PHP file below to affect/update any row in the database. I’m not getting any errors.
<?php

if (isset($_POST['signup_submit'])) {

    require 'database_connection.inc.php';

    $email = $_POST['email'];
    $integer_1 = $_POST['integer_1'];
    $integer_2 = $_POST['integer_2'];

    $sql = "UPDATE users SET integer_1=? AND integer_2=? WHERE email=?";

    $stmt = mysqli_stmt_init($conn);

    if (!mysqli_stmt_prepare($stmt, $sql)) {
        header("Location: ../signup.php?error=sqlerror");
        exit();
    }

    else {
        mysqli_stmt_bind_param($stmt, "iis", $integer_1, $integer_2, $email);
        mysqli_stmt_execute($stmt);
        header("Location: ../login.php?initial_login");
        exit();
    }

    mysqli_stmt_close($stmt);
    mysqli_close($conn);

}

else {
    header("Location: ../signup.php");
    exit();
}

I have tried:

  • commenting out the script and having the file just echo the values of $email, $integer_1 and $integer_2. This worked. The echoed values were what I expected them to be.
  • putting a semi-colon after the final question mark of the SQL statement
  • putting the SQL statement’s question marks in single quotes
  • entering the SQL into MyAdmin. If I type the SQL statement directly into MyAdmin, replacing the question marks with the actual data, it still does not affect any rows. Once while trying this, I did get it to update the entry. I cannot remember the exact details of how the statement was written, but I know the difference that led to a successful update was adding single quotes around the email address. I then tried to make my prepared statement put single quotes around the email address, but nothing worked. I am now unable to get the same successful result when typing the UPDATE statement directly into MyAdmin.

Thank you for any help you might be able to give me.

New contributor

Jackson D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật