Posts by Gabriel S Lessa • 3 points
2 posts
-
0
votes2
answers79
viewsA: Error with bind_param() with mysql PDO connection
Follow the code (shopping cart) with the solution forwarded by friend Artsher Developer. setlocale(LC_MONETARY,"pt_BR"); # add products in cart if(isset($_POST["id"])) { foreach($_POST as $key =>…
-
0
votes2
answers79
viewsQ: Error with bind_param() with mysql PDO connection
if anyone can help me error in the script I really appreciate, the error is as follows: Fatal error: Call to Undefined method Pdostatement::bind_param() in the code is this:…