form submission problem

G

Guest

Guest
We're experiencing an intermittent problem:
Submitting a form (via SSL, i.e. encrypted connection) from a php-built page to a php-based script which accesses MySQL. We get an apparently-instantaneous "Page not found... Cannot find server or DNS Error" error (res://C:\WINNT\system32\shdoclc.dll/dnserror.htm#URL_that_wasn't_reached using Internet Explorer, version 6 , but also a client who uses 5.5 gets it and a few of the client's customers also). When you refresh the page (to resubmit the form) it works fine. If we go back after this, and submit the form it works fine as well.

Any suggestions as to what can be causing this?


thanks,
Jon
 
As a guess without more info, I would say that the form action parameter is set incorrectly! Could be something else but we'd need more info!
 
jongreen said:
We're experiencing an intermittent problem:
Submitting a form (via SSL, i.e. encrypted connection) from a php-built page to a php-based script which accesses MySQL. We get an apparently-instantaneous "Page not found... Cannot find server or DNS Error" error (res://C:\WINNT\system32\shdoclc.dll/dnserror.htm#URL_that_wasn't_reached using Internet Explorer, version 6 , but also a client who uses 5.5 gets it and a few of the client's customers also). When you refresh the page (to resubmit the form) it works fine. If we go back after this, and submit the form it works fine as well.

Any suggestions as to what can be causing this?


thanks,
Jon

did you add 'https://' to your <form action=""> tag?
 
Back
Top