Posts by Jeferson Fernandes • 27 points
4 posts
-
0
votes0
answers242
viewsQ: Help me with this error Object of class Pdostatement could not be converted to string in
Inserting direct calling function. I have this error Catchable fatal error: Object of class Pdostatement could not be converted to string in C: wamp64 www Quest sql_geral.php on line 45 $sql = new…
phpasked Jeferson Fernandes 27 -
1
votes1
answer96
viewsQ: How to have a unique id and then recover that id on the php page to write to the database
Hello, I created these functions that create new multiple choice questions automatically on my page. I can create as many questions as I want, and in those answers I can have as many answers as I…
-
1
votes1
answer348
viewsQ: How to cascade an Insert into several tables at once, when one works the other?
I have a table with the name of questionnaire, questions and answers. I need to do an Insert in the question table, right after receiving the question table id, for when to insert the questions I…
-
0
votes3
answers219
viewsQ: Duplicate jquery code without refreshing and deleting text in form inputs
I’m creating this Javascript function, it creates a form and adds in the body of text in another div, only when I click the button it deletes the content that was already written in the input.…