![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/08/2009, 12:47
|
![Avatar de lair](http://static.forosdelweb.com/customavatars/avatar281233_1.gif) | | | Fecha de Ingreso: enero-2009 Ubicación: header('Location: Morelia");
Mensajes: 1.052
Antigüedad: 16 años, 1 mes Puntos: 46 | |
Respuesta: Consulta por array() prueba con esto:
for($i=0; $i<count($arrUrlList);$i++)
{
$tmp=explode(" ",$arrUrlList[0][$i]);
$url=$tmp[1]." ".$tmp[0];
echo $url."<br />";
}
suerte |