Posts by Everton Heckler • 26 points
2 posts
-
1
votes1
answer45
viewsA: I cannot select a database using PHP
the $result I believe it must be before the if and not after. staying like this: $result = mysqli_query("SELECT idMessage, name, telefone, mensagem FROM Messages where Messages.idUser = '$idUser'…
-
-1
votes1
answer107
viewsA: PHP does not save information on Mysqli
Suggestions: Add die($sqlusuarios); before calling the function mysqli_query to see if he’s riding the SQL correctly. Look at the directive of PHP, display_erros is enabled.…