View Single Post
Old 02-13-2001, 11:33 AM   #5
mosquito
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
So the technical requirements will be:

- Linux (Server)
- Apache (Webserver)
- php (programming language)
- SSL (encryption)
- MySQL (database)

HTML only won't cut it. (You need php to implement the database access.)

To secure the confidential data that is transferred to the web browser you can use SSL (Secure socket layers). With SSL the information transferred over the network will be encrypted.

Check http://www.php.net for more info about php.

It's a really nice project. Have fun with it.
mosquito is offline   Reply With Quote