Secure web area

I am trying to create a secure area for a friend of mine. She works for a healthcare company and they need to send volitile patient data back and forth through a form.

I am trying to create a secure area on thier web server “https” to make it totally secure and just not pass protected.

I know they can host sql scripts but I dont have a clue where to begin.

Any help/suggenstions?

You want secure socket layer:

here’s a brief introduction

http://www.maxking.co.uk/ssl.htm

Better find out their hosting company, and give them a call about it to see how they have it setup on the server. Most places have it as an option.

That would be a start, sometimes the server tech will tell you how to go about setting it all up

usually its a matter of placing the files involved in that directory…

Basically placing the files in that directory, and then having scripts run the authentication process…as far as “logging in”

two separate things, that combined are pretty powerful

Thanx for the links buddy.

I am so lost. ha ha.

Back to study I go.