> -----Original Message-----
> From: c...@hosting4days.com [mailto:c...@hosting4days.com]
> Sent: Saturday, September 12, 2009 10:39 PM
> To: php-general@lists.php.net
> Subject: [PHP] Odd Endless Loop with Explorer 8 (pc)
> 
> I have many of these tags on a site...
> 
> They work well with all browsers i've tested - except  explorer 8 (pc)
> 
> <?php echo '<meta http-equiv="refresh" content="0;page2.php">'; ?>
> 
> It just goes into an endless loop but stays on the original page -
> never going to page2.php
> 
> 
> Q: Any idea how to fix this?
> 
> 
> 
> 
> Thanks,
> c...@hosting4days.com
> 
> 

[HallMarc Websites] 
you are missing url=page2.php

<?php echo '<meta HTTP-EQUIV="refresh" CONTENT="0; url=page2.php">'; ?>
 

__________ Information from ESET Smart Security, version of virus signature
database 4420 (20090912) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to