[PHP] Re: Cannot add header information...

2001-11-22 Thread Avi Schwartz
ers already sent by (output > started at /home/p/pe/perphp/public_html/login.php:4) in > /home/p/pe/perphp/public_html/login.php on line 44 -- Avi Schwartz [EMAIL PROTECTED] "I have to share the credit. I invented it, but Bill made it famous." - IBM engineer Dave Bradley describ

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

2001-11-22 Thread Avi Schwartz
der(pragma no-cache) before Header(Location) and it will work. > > Roko -- Avi Schwartz [EMAIL PROTECTED] "I have to share the credit. I invented it, but Bill made it famous." - IBM engineer Dave Bradley describing the control-alt-delete reboot sequence -- PHP General Mailin

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

2001-11-21 Thread Avi Schwartz
try to use the http-equiv="refresh" meta tag with a delay of 1 second, and suddenly the problem has disappeared. I also worked by setting the delay to 0. Does the above suspicion I have even make sense? Why would mysql not complete the delete when the delete is executed? A