But you need a webserver/host and thats where it goes:
PHP scripting.
You need to encrypt the password (mostly done by md5 hashing it and then using a salt, so you can send it secure over the internet to your php script).
Never ever save the real password anywhere, just the salted md5.
Last edited by Ch40zzC0d3r; 06/04/14 19:39.