Posts by renato • 1 point
1 post
-
-3
votes2
answers2061
viewsQ: Parse error: syntax error, Unexpected end of file in
I’m having an error in this part... I don’t know what it might be <?php $sql = mysql_query("SELECT * FROM comentarios where ativo='sim' order by id DESC"); while($linha = mysql_fetch_array($sql…