1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to use ssl in php form?

Discussion in 'Security' started by zahidprimex, Feb 13, 2010.

  1. #1
    Hello everyone
    I want to use SSL in a webform processed by php.I am new with ssl.How can I use it?
    Somebody help plz.
     
    zahidprimex, Feb 13, 2010 IP
  2. FavouritesBlog

    FavouritesBlog Peon

    Messages:
    846
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    SSL is a http based protocol, all your doing is redirecting your users through another protocol instead of the standard http.

    e.g

    Visitors enter your site http://www.onlineshop.com, then they are automatically redirected to https://www.onlineshop.com. You dont need two seperate sites, all you need is some PHP code in your index.php or html which redirects to https, if http is detected.
     
    FavouritesBlog, Feb 14, 2010 IP
  3. Tearabite

    Tearabite Prominent Member

    Messages:
    4,629
    Likes Received:
    429
    Best Answers:
    0
    Trophy Points:
    300
    #3
    Before you redirect them to httpS, you first have to have SSL setup on the server with a cert, etc. I made a post about it a while back > More secure with SSL - that post is for Drupal, but you may get the point/basics..
     
    Tearabite, Feb 20, 2010 IP
  4. zahidprimex

    zahidprimex Active Member

    Messages:
    123
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    73
    #4
    Thanks everyone for helping me.
     
    zahidprimex, Feb 20, 2010 IP