neeki4444 0 Report post Posted September 1, 2004 Does anybody know how to use SSL with php?I want to make an website where customers place orders, but I need to secure the connection and encrypt the data.If you can link any tutorials that would be great. Share this post Link to post Share on other sites
CodeTeam 0 Report post Posted September 12, 2004 If you do a search on google you get many links Share this post Link to post Share on other sites
CosmicT 0 Report post Posted October 7, 2004 You configure your webserver to do this for you. PHP has nothing to do with it. Share this post Link to post Share on other sites
virrey 0 Report post Posted October 8, 2004 well you need this things: Mod-ssl configured with apache create a certificate (if you run an ecomerce site you must pay one to verizon ..)then use the https: link Share this post Link to post Share on other sites