PHP & HTTPS

Hi,

I’m a beginner in developing PHP. I need to create a https page and i was wondering: Do you need to do special development for
this, or is this pretty much the same as a regular http form? Is the security dealt by the browser and de webserver?

Thx,

No, you do not need anything special to work with https. Just make sure you have all the elements on your page linked with secure path. For example if you have a secure page, but some of images (or css, or javascript) on this page have absolute path to http:// - browser will issue a warning about non-secure elements on page, which will scare your visitors :slight_smile:

Sponsor our Newsletter | Privacy Policy | Terms of Service