Page 1 of 1

Want to create a secure connection

Posted: Sun Jan 28, 2007 11:36 pm
by bebensiganteng
Hi guys,

I want to make a secure page which a customer can fill their data.

I have look around and most website use the HTTPS environment, but I dont how to activate this

Is there any special coding to activate this or other methods to do secure transfer between client and server

Please help guys..

PS: I'm new at PHP, please be gentle :D

Posted: Sun Jan 28, 2007 11:50 pm
by iknownothing
you need a signed SSL to get the full "benefits" out of it.

http://en.wikipedia.org/wiki/Https


you could also do a general search on google for php login security, which will help make a login script safer.