Jump to content

Secure log in


shalendar

Recommended Posts

Simple: http://php.about.com/od/finishedphp1/ss/php_login_code.htmAdvanced (and more secure): http://www.evolt.org/PHP-Login-System-with-Admin-FeaturesYou'll just need to add more columns to the tables in these tutorials to accommodate the personal information.

Link to comment
Share on other sites

First, you need to figure out whether your server supports SSL. Then, you need to purchase a certificate from a certification agency such as Verisign that says that you are using the SSL connection correctly (you can actually cheat and create a certificate yourself like my school did but browsers will alert users every time they access the site). Then, you can put all the files you want to be secure in a certain directory (varies from server to server) and access them using https://. Some hosts don't offer secure sockets to their customers, though - you'll have to ask.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...