Tema: php xml
Ver Mensaje Individual
  #8 (permalink)  
Antiguo 03/02/2011, 10:19
Derzz
 
Fecha de Ingreso: enero-2011
Mensajes: 112
Antigüedad: 13 años, 3 meses
Puntos: 4
Respuesta: php xml

si si lo he puesto
Código PHP:
Ver original
  1. echo "<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";