Re: [PHP] Redirecting - header location - sometimes not work

2002-09-18 Thread Marek Kilimajer
Try direct connection to the server to see the response it sends, you may also try to send header(HTTP/1.0 302 Found) and see if that helps. What browsers does it happens to? jana konickova wrote: I have the php script with the command Header(Location: https://$SERVER_NAME$path;); which

[PHP] Redirecting - header location - sometimes not work

2002-09-17 Thread jana konickova
I have the php script with the command Header(Location: https://$SERVER_NAME$path;); which redirect from the script file1.php to the script file2.php. If I fill the form in the www page file1.php and click the Submit button, the script file1.php save the information to database and then redirect

Re: [PHP] Redirecting - header location - sometimes not work

2002-09-17 Thread Kevin Stone
(Location:$SERVER_NAME$path); ? s cript top.location.href = ?echo https://$SERVER_NAME$path;?; /s cript -Kevin - Original Message - From: jana konickova [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 17, 2002 10:03 AM Subject: [PHP] Redirecting - header location - sometimes