Want to create a secure connection

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bebensiganteng
Forum Newbie
Posts: 23
Joined: Wed Jan 03, 2007 6:03 am
Location: UAE

Want to create a secure connection

Post 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
User avatar
iknownothing
Forum Contributor
Posts: 337
Joined: Sun Dec 17, 2006 11:53 pm
Location: Sunshine Coast, Australia

Post 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.
Post Reply