Posts by Igor Todesco • 9 points
1 post
-
0
votes1
answer53
viewsQ: Problem in my Jquery code
Guys, this is my code on PHP $sql = mysql_query("SELECT * FROM noty"); while($linha = mysql_fetch_array($sql)){ $notificacao = $linha["notificacao"]; echo"<div…