si si lo he puesto
Código PHP:
Ver originalecho "<songs>\n"; // .. then we loop through the mysql array ..while($row = @mysql_fetch_array($result)) { echo "<song title=".$row['nombre']."path=".$row['ruta']."/>\n"; }//<song title="La amante - grupo 5" path="llamado.mp3"/>// .. and last we add the closing tagsecho "</songs>\n";