Re: [PHP] does a form submit from a http page to a https ensure securedata?

2002-07-02 Thread Chris Shiflett
Michael Sweeney wrote: >Your form action parameter has an absolute url specifying an https >protocol. When the browser submits the form, it uses the url you specify >which is https. So the request is going to be encrypted. You might >consider serving the form page from https as well to kind of ti

Re: [PHP] does a form submit from a http page to a https ensure securedata?

2002-07-02 Thread Chris Shiflett
B.C. Lance wrote: > http://domainname.com/register.php > display a user registration form having > [form action="https://domainname.com/register.php"; method="post"] > > will the data from that page be encrypted when it is sent via https > specified in the [form] action? The answer is yes. The

Re: [PHP] does a form submit from a http page to a https ensure securedata?

2002-07-02 Thread B.C. Lance
thanks for the insights. :) basically the 2 files are from 2 different domains saving to the same database server. the 2 sites share the same userbase. and when the registration form is submitted to the 2nd site, upon successful registration, it will redirect back to the 1st site and display