Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/02/2010, 15:22
djdownstroke
 
Fecha de Ingreso: marzo-2006
Mensajes: 13
Antigüedad: 18 años, 2 meses
Puntos: 0
Respuesta: Reproductor! Acabando la web!

Código:
<?php
header ("content-type: text/xml"); 
<xml>
	<track>
		<path>".$row['mp31']."</path>
		<title>A1</title>
	</track>
	<track>
		<path>".$row['mp32']."</path>
		<title>A2</title>
	</track>
</xml>
?>
asi? Pero así no me lee la ruta donde tengo el mp3, que hago mal?