Posts by gustavinhoDev • 63 points
3 posts
-
2
votes0
answers28
viewsQ: how to properly use mysqli->prepare and bind_param
how can I use the mysqli->prepare with the bind_param I am trying to log in using these two functions but I can think of the following error Only variables should be passed by reference…
-
3
votes1
answer9327
viewsQ: as a tool to resolve Undefined Property: stdClass error:
Notice: Undefined property: stdClass::$nome in C:\xampp\htdocs\peliculas\Model\Cliente.class.php on line 79 Notice: Undefined property: stdClass::$id in…
phpasked gustavinhoDev 63 -
0
votes0
answers526
viewsQ: how to recover json php data with ajax
how can I recover data coming from a php with the ajax. because I’m getting the result but it’s not coming to the jquery he doesn’t bring me values query code if(isset($_POST['cep'])){ $cep =…