you dont need any unctions in php todo this. you need to install openssl and
compile it into apache.

port 80 = http (non-secure)
port 443 = https (secure)

http://www.somesite.com/index.php unsecure
https://www.somesite.com/index.php same page, now everything is secure

have fun.

--

  Chris Lee
  [EMAIL PROTECTED]



"Orv î?÷inklÏ ²ørÏkîskî" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi php'ers
>
>    I'm about to build a site that allows payment with credit card.
>    Of cause the card number, expiration date etc. should be secured
>    when transfered. How do I do that?
>    I've been looking at the OpenSSL functions in php, but they seem to
>    be unsatisfying.
>
> Kind regards,
>     Morten Winkler
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to