can anyone help me to a program that will log in to a site and only if its correct, it will continue......?
Printable View
can anyone help me to a program that will log in to a site and only if its correct, it will continue......?
Basically you'll need to create a login form and compare the users entry to a stored set of user/password then reject invalid entries.