Posts by Anderson Luiz Tecladista • 1 point
1 post
-
0
votes1
answer70
viewsQ: Array with Mysql
I’m trying to make a draw of songs but it always displays the last song registered in the database $sql = "SELECT nome FROM CadMusicas"; $result = mysql_query($sql, $conecta); while($consulta =…