RE: [PHP] Re: Page Not Found - on IE

2002-01-31 Thread Robert V. Zwink
: Page Not Found - on IE -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Bryan Gintz blurted It was was just the script: form name=junk action=script.php method=POST The script was there, and it would work if you refreshed it a bunch, but then it would give page could not display

[PHP] Re: Page Not Found - on IE

2002-01-30 Thread Mike Frazer
Page not found (error 404) or Page cannot be displayed (a DNS error, as stated at the bottom of the screen)? I've seen the latter of the two countless times, only in IE. Mike Frazer Bryan Gintz [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Sometimes with

Re: [PHP] Re: Page Not Found - on IE

2002-01-30 Thread Bryan Gintz
Sorry, The page cannot be displayed DNS Error Mike Frazer wrote: Page not found (error 404) or Page cannot be displayed (a DNS error, as stated at the bottom of the screen)? I've seen the latter of the two countless times, only in IE. Mike Frazer Bryan Gintz [EMAIL PROTECTED] wrote in

Re: [PHP] Re: Page Not Found - on IE

2002-01-30 Thread Bryan Gintz
If I do this: $uniq = uniqid(); form name=junk action=frustrating.php?x=$uniq method=POST It seems to get by the problem, but if anyone knows WHY it is doing this, please let me know. Thanks Mike Frazer wrote: Page not found (error 404) or Page cannot be displayed (a DNS error, as stated at

Re: [PHP] Re: Page Not Found - on IE

2002-01-30 Thread Mike Frazer
I have no idea what may work as a permanent fix. It's just one of those annoying Windows errors. I have, however, found that most often there's an error in your code that isn't a compile-time error. Mike Bryan Gintz [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

Re: [PHP] Re: Page Not Found - on IE

2002-01-30 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Mike Frazer blurted I have no idea what may work as a permanent fix. It's just one of those annoying Windows errors. I have, however, found that most often there's an error in your code that isn't a compile-time error. Does the

Re: [PHP] Re: Page Not Found - on IE

2002-01-30 Thread Bryan Gintz
It does now, but supposedly, it still doesn't work. I tried to force it to look for refresh by making the form action call the script with a unique id Nick Wilson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Mike Frazer blurted I have no idea what may work as a

Re: [PHP] Re: Page Not Found - on IE

2002-01-30 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Bryan Gintz blurted It does now, but supposedly, it still doesn't work. I tried to force it to look for refresh by making the form action call the script with a unique id What /was/ the URL when it was giving you trouble? - --

Re: [PHP] Re: Page Not Found - on IE

2002-01-30 Thread Bryan Gintz
It was was just the script: form name=junk action=script.php method=POST The script was there, and it would work if you refreshed it a bunch, but then it would give page could not display error ?? Nick Wilson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Bryan Gintz

Re: [PHP] Re: Page Not Found - on IE

2002-01-30 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Bryan Gintz blurted It was was just the script: form name=junk action=script.php method=POST The script was there, and it would work if you refreshed it a bunch, but then it would give page could not display error ?? Can you