Ok, What i need is a Login script that will verify the information that is on a MySQL database.
What people will do is sign up on a website and their Login information will be stored on the database.
Then they will be able to login to a special members area in my program.
What code will i need to make it sent the information in the Textboxes txtUsername and txtpassword when the butten btnSignin is clicked and then allow the user to access the members area?