Posts by Fernando barboza da silva • 39 points
3 posts
-
1
votes1
answer50
viewsQ: problems with php, json, javascript and mysql
I’m trying to get data from mysql to display on html with php using json, but this going wrong, it brings the data but does not display, if I hit the F12 it shows the database data but does not…
-
1
votes2
answers3194
viewsQ: Call to a Member Function fetch_assoc() on a non-object
I used Mysql and PHP on wampserver, now with the latest version it uses Mysqli I’m having problems with the following command: // Executa uma consulta que pega cinco notícias $sql = "SELECT * FROM…
-
1
votes2
answers123
viewsQ: Problems with Insert logic
I have a problem. I’m doing an event access control system, I created a table that records the given id,code,date,time,sit, the field sit will be 1 and 2, but I need my system to understand the…