Saludos
Acabo de ver un error en el codigo que postie..
Código PHP:
Ver originalif($xml === FALSE)
{
$valor=0;
$valorGet=$_GET['valorGet'];
$secuncia=$valor+$valorGet;
if($secuncia<=5){
$valorGet++;
header("Location: http://www.miweb.com/ifase.php?valorGet=$valorGet"); }
exit('Error al intentar abrir el fichero '.$xml_file); }