receive-payments-demos
receive-payments-demos copied to clipboard
Fatal error: Call to a member function bind_param() on a non-object in .../create.php on line 19;
Fatal error: Call to a member function bind_param() on a non-object in .../create.php on line 19
//Add the invoice to the database $stmt = $db->prepare("UPDATE invoices SET address = ? WHERE invoice_id = ?"); $stmt->bind_param("si", $response->address, $invoice_id); $result = $stmt->execute();
I need help.
Problem is that there is no address-field in the Database. Create a Field in the Database and the Problem should be solved.
Buy Nuts and Bolts Unknown Error