[PHP] Re: header("Location:...") much faster then http-equiv="refresh"? too fast?

2001-11-22 Thread Avi Schwartz
I tried it and it didn't work. It seems that meta tag forces a refresh while header("Location") does not. I am not sure why. Avi Roko Roic wrote: >> When I use header("Location: ...") to redirect the user back to the >> record > > Send a Header(pragma no-cache) before Header(Location) and

[PHP] Re: header("Location:...") much faster then http-equiv="refresh"? too fast?

2001-11-22 Thread Roko Roic
> When I use header("Location: ...") to redirect the user back to the record Send a Header(pragma no-cache) before Header(Location) and it will work. Roko -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

[PHP] Re: header("Location:...") much faster then http-equiv="refresh"? too fast?

2001-11-21 Thread Fred
How and when mysql performs a delete depends on several things including, the type of table that is used, configuration parameters and the wording of the delete query. There are some situations in which deletes are put into a que and performed only after there are no connections to the table. Si