a trick i use is with the time() function
e.g. 
$var = time();
then
header('location: .....page.php?var=' .$var);
This forces the browser to retrive the page again from the server.
might be of some use.
adrian.
----- Original Message ----- 
From: "Daniel Joyce" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 07, 2003 5:34 PM
Subject: [PHP] Forcing page refresh with http headers?


> I've used the HTTP Location, Expire, and Refresh headers to no effect. 
> What's the magic order to....
> 
> 1) Refer a browser to a new location
> 2) Ensure that the location is refreshed?
> 
> I want to avoid using <meta http-equiv> tags, as this complicates things 
>   in the system I am designing....
> 
> -Daniel
> 
> 
> -- 
> 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

Reply via email to