how to use ssl facilities for php pages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • waleedmazhar
    New Member
    • Mar 2007
    • 7

    how to use ssl facilities for php pages

    Hi,
    I am new php programmar i am learning php i have one question that how i will use ssl for my php checkout page.is there any functions or other methods Please tell me
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    You can use the PHP openssl_* functions. But there are some strict pre-requisites. For details, have a look at the php documentation on this, to be found at OpenSSL functions .

    PHP uses the (open source) OpenSSL functions. A description of this package can be found and is available HERE

    When that is not satisfactory, you can acquire commercial SSL certificates, packages and toolkits, but I strongly suggest you have a look at the open source SSL kit first.

    Ronald :cool:

    Comment

    • lmwasisebe
      New Member
      • Feb 2007
      • 3

      #3
      i am also a new php developer though i have done some interesting staff with php, anywhere i think it all depends:
      1. are you using apache or IIS - because you can actually use ssl when running apache i dnt know with IIS
      2. your db, is it MySql or some other db management system

      to make easier can you explain the architecture of your check out page, what do u really want it to achieve

      Originally posted by waleedmazhar
      Hi,
      I am new php programmar i am learning php i have one question that how i will use ssl for my php checkout page.is there any functions or other methods Please tell me

      Comment

      • waleedmazhar
        New Member
        • Mar 2007
        • 7

        #4
        Originally posted by ronverdonk
        You can use the PHP openssl_* functions. But there are some strict pre-requisites. For details, have a look at the php documentation on this, to be found at OpenSSL functions .

        PHP uses the (open source) OpenSSL functions. A description of this package can be found and is available HERE

        When that is not satisfactory, you can acquire commercial SSL certificates, packages and toolkits, but I strongly suggest you have a look at the open source SSL kit first.

        Ronald :cool:
        waleedmazhar:
        Dear Ronald i want to ask that how i will use ssl for my check out page it there any functions in php or i have to use some thing else Please tell me .I will be very thankfull to you.Please, if there is any code for this implementation please gave me the code.

        Comment

        • waleedmazhar
          New Member
          • Mar 2007
          • 7

          #5
          Dear Ronald i want to ask that how i will use ssl for my check out page it there any functions in php or i have to use some thing else Please tell me .I will be very thankfull to you.Please, if there is any code for this implementation please gave me the code.

          Comment

          • waleedmazhar
            New Member
            • Mar 2007
            • 7

            #6
            Originally posted by lmwasisebe
            i am also a new php developer though i have done some interesting staff with php, anywhere i think it all depends:
            1. are you using apache or IIS - because you can actually use ssl when running apache i dnt know with IIS
            2. your db, is it MySql or some other db management system

            to make easier can you explain the architecture of your check out page, what do u really want it to achieve
            waleedmazhar:
            Dear fellow I have a problem I want to use ssl for my checkout page of my website
            actually i have never upload any site but i am learning.and hope that i will do,can you help me in doing so.I will be very thankfull for you helpfull repley

            Comment

            • waleedmazhar
              New Member
              • Mar 2007
              • 7

              #7
              Originally posted by lmwasisebe
              i am also a new php developer though i have done some interesting staff with php, anywhere i think it all depends:
              1. are you using apache or IIS - because you can actually use ssl when running apache i dnt know with IIS
              2. your db, is it MySql or some other db management system

              to make easier can you explain the architecture of your check out page, what do u really want it to achieve
              I am using php5 apache2 and mysql5 can you tell me how to use ssl encryption on the checkout page of my site

              Comment

              Working...