Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/06/2009, 20:46
Avatar de acoevil
acoevil
 
Fecha de Ingreso: julio-2008
Ubicación: localhost/colombia/sevillaValle.php
Mensajes: 1.123
Antigüedad: 15 años, 9 meses
Puntos: 32
Respuesta: quitar caracter de bucle while

Intenta asi
while ($array = mysql_fetch_array($res))
{
$temas. = "audio/".$array[nombre_a].$separador;

}
echo substr($temas,0,strlen($temas)-1);