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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T19:05:09+00:00 2026-06-09T19:05:09+00:00

hey my database does nothing and i dont know why. the code $blub =

  • 0

hey my database does nothing and i dont know why.

the code

$blub = $dbh->prepare("UPDATE `aufträge` SET status= ? WHERE id= ?");
$blub->bindParam(1, $m[0]);
$blub->bindParam(2, $m[1]);
$blub->execute();      `

var_dump($blub); 

object(PDOStatement)#3 (1) { [“queryString”]=> string(43) “UPDATE
aufträge SET status= ? WHERE id= ?” }

data base does nothing.
if i dont use prepared statements it runs without a problem

please help me, i want to use prepared statements

  • 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-09T19:05:11+00:00Added an answer on June 9, 2026 at 7:05 pm

    Try this out : ( I believe you were using mysqli syntax)

    $blub = $dbh->prepare("UPDATE `aufträge` SET status= :status WHERE id= :id"); 
    $blub->bindParam(':status', $m[0]); 
    $blub->bindParam(':id', $m[1]); 
    $blub->execute(); 
    

    Also make sure that $m[0] and $m[1] are set when you are passing them to the query (in a loop or whatnot)

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

Sidebar

Related Questions

hey my problem is when i try to update my database it goes through
Hey guys im trying to connect to my remote mysql database and my code
hey everyone... so i'm working on a database design class for university. I've got
Hey guys, I am just trying to pull all the records from my database
Hey guys quick question, I have an entry that I put in my database,
Hey guys this is my html code: <div class=nakupy> <li class=icn_kategorie><a href=#>Nákupy</a> <div class=sub_menu>
Hey all i im getting this error when trying to update a table in
Hey all I've just been fooling around with the HTML5 Database API and I'm
Hey, I don't really understand database connection strings so I'm having problems debugging it.
Hey all. I have a MSSQL 2008 database with a fair number of rows.

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.