Posts by Danton Heuer • 41 points
3 posts
-
1
votes1
answer207
viewsA: My code does not error, but neither does it compile. Nothing happens :/
How to make the diagnosis? To make this diagnosis of what happens, you have to analyze what is being passed through the POST request and see if everything is being provided to your PHP application,…
-
0
votes1
answer577
viewsA: postgres compare time extracted from a timestamp
I did not understand very well its function, where it returns the value, where declares variable, comparison... I’m used to procedures rather than functions, maybe so, but come on, maybe it’ll help…
-
3
votes1
answer151
viewsA: ERROR: Incorrect function
The function "mysqli_select_db()" should only be used to change the default database defined in "mysqli_connect()", you must define the database in the 4th parameter of the "mysqli_connect()", that…