// NUNCA DELETAR ESTE COMANDO include("pointfest/conn.php"); $sql = mysql_query("select * from radio"); while($r = mysql_fetch_array($sql)){ $locutor = $r['locutor']; $programa = $r['programa']; $foto = $r['foto']; } // NUNCA DELETAR ESTE COMANDO ?>