Re: [PHP] Forcing page refresh with http headers?

2003-03-10 Thread adrian [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

[PHP] Forcing page refresh with http headers?

2003-03-07 Thread Daniel Joyce
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