Posts by Felipe M . Costa • 1 point
2 posts
-
0
votes1
answer111
viewsA: Variable not defined in SQL query for PHP
I managed to solve the problem! I used the functions mysqli instead of mysql, in addition to some amendments. Below is the new code: <?php $sql = "SELECT msgNAutor, msgTAutor, msgTipo,…
-
0
votes1
answer111
viewsQ: Variable not defined in SQL query for PHP
I am trying to send an array in PHP, a query with the information of a table in Mysql, but I am finding the following error when I try to print an array position: "Notice: Undefined variable: array…