prepare("select cart(?) as cart_id"); $statement->bind_param("i", $user_id); if (!$statement->execute()) break; $res = $statement->get_result(); if (!mysqli_num_rows($res)) break; $cart_id = $res->fetch_object()->cart_id; $statement = $cursor->prepare("select id from orderproduct where `order` = ?"); $statement->bind_param("i", $cart_id); if (!$statement->execute()) break; $res = $statement->get_result(); if (!mysqli_num_rows($res)) break; $statement = $cursor->prepare("update `order` set status = 2 where id = ?"); $statement->bind_param("i", $cart_id); if (!$statement->execute()) break; $cart_count = get_cart_count(); } while (false); ?> bestelling afgerond

Bestelling succesvol afgerond

nu krijg je weer zo'n vervelende e-mail waarin staat wat je net hebt gedaan alsof je het gelijk vergeten bent

bedankt hè