Posts by João Lima • 3 points
2 posts
-
0
votes3
answers6902
viewsQ: Ajax request with Error Failed to load Resource: the server responded with a status of 500 (Internal Server Error)
Everybody, good afternoon, everybody ! I’m setting up a local manager, and I’m having trouble searching the required fields, is returning Failed to load Resource: the server responded with a status…
-
0
votes3
answers50
viewsQ: Bring data from Table and returns no results
Guys I’m having a problem searching data in a table, follow code. PHP CODE <?php $servidor = "localhost"; $usuario = "vitor"; $senha = ""; $banco = "funcionarios_db"; $mysqllink =…