Posts by Dennis Gonçalves • 29 points
2 posts
-
0
votes1
answer133
viewsQ: how to convert my object into a string?
I did a function to insert the data into the database, but since I am using classes, I have to insert a class object into the database that will contain the data of the person in question, only that…
-
2
votes1
answer54
viewsQ: Function inserting data into the database
I am with this small problem, no matter what I do not right, always keeps giving "invalid query", someone could help me? <?php include('conexao.php'); include('fecha_conexao.php'); function…