I wanted my submit button, when clicked to use an if else statement. If a field is 6+ the submit should send an email, if it is not it should redirect to a page.
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...