|
As far as I'm aware, there wouldn't be a very good way of doing this at all.
THe MySQL DB would store all the username data ect, although, you can do this using a .txt file, but if someone realises that you don't have a MySQL database for this, its easy enough to figure out you're using a .txt file, which they can then open in their browser and get all the usernames and passwors ect.
The only otherway I can think of is using .htaaccess, but this will open a popup box (like when a directory is password protected but requires the admin to make the username).
|