Quote:
Originally Posted by andrewjs18
also, if its going to be web-based, maybe a username and password field to keep the data secure.
|
Web based doesn't necessarily mean internet accessible, just that it uses a browser to view pages rendered using html. Its easy enough to include one line of code that will permit access to the program from only the machine its installed on, ie: browser addy
http://localhost/GunInv
But password protection is still a great idea.