Posts by Geovane Silva • 31 points
3 posts
-
0
votes1
answer295
viewsQ: PDO bindValue PHP
I’m studying PHP and I’m seeing object oriented PDO but I realized a connection already tested, however the bindValue returns error at time of execution, this error: Fatal error: Uncaught Error:…
-
0
votes2
answers56
viewsA: mysqly connection to php
it was the name of the table and the extra quotes. Just one more question. I used the direct sqli to store the information, but I encoded it in another version by inserting it in a connected…
-
0
votes2
answers56
viewsQ: mysqly connection to php
hello, I am studying PHP but I have a code that is not storing in BD, I have debugged it all, the error tests n return nothing, it is only blank but n stores follows code: <?php require…