Re: [PHP] ie issue: when I do a forced redirect with the header()

2004-05-25 Thread Jake Johnson
Very Cool!  That is what I was looking for!
Thanks,
Jake Johnson
http://www.plutoid.com

On Fri, Jun 20, 2003 at 12:46:04PM +0100, Pete Morganic wrote:
 Slkigh Ammendment to below
 ?php
 header(Location: https://www.google.com;) ;
 die;
 ?
 
 
 Jake Johnson wrote:
 Have you tried...
 ?php
 header(Location: https://www.google.com;) ;
 ?
 
 Regards,
 Jake Johnson
 [EMAIL PROTECTED]
 
 --
 Plutoid - http://www.plutoid.com
 Shop Plutoid for the best prices on Rims and Car Audio Products
 
 
 On Tue, 17 Jun 2003, Jeff Means wrote:
 
 
 How do I force IE to update the location bar when I do a forced redirect??
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Jake Johnson
http://www.plutoid.com

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



Re: [PHP] ie issue: when I do a forced redirect with the header()

2003-06-20 Thread Pete Morganic
Slkigh Ammendment to below
?php
header(Location: https://www.google.com;) ;
die;
?
Jake Johnson wrote:
Have you tried...
?php
header(Location: https://www.google.com;) ;
?
Regards,
Jake Johnson
[EMAIL PROTECTED]
--
Plutoid - http://www.plutoid.com
Shop Plutoid for the best prices on Rims and Car Audio Products
On Tue, 17 Jun 2003, Jeff Means wrote:


How do I force IE to update the location bar when I do a forced redirect??

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


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


[PHP] ie issue: when I do a forced redirect with the header() functionthe location bar does not change

2003-06-18 Thread Jeff Means
How do I force IE to update the location bar when I do a forced redirect??

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


Re: [PHP] ie issue: when I do a forced redirect with the header()function the location bar does not change

2003-06-18 Thread Jake Johnson
Have you tried...
?php
header(Location: https://www.google.com;) ;
?

Regards,
Jake Johnson
[EMAIL PROTECTED]

--
Plutoid - http://www.plutoid.com
Shop Plutoid for the best prices on Rims and Car Audio Products


On Tue, 17 Jun 2003, Jeff Means wrote:

 How do I force IE to update the location bar when I do a forced redirect??


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


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