fake PHP login

Out of context: Reply #3

  • Started
  • Last post
  • 7 Responses
  • ********
    0

    If you insist on using PHP then just have your form send the login into to a .php to process it. The just compare the input to you desired password (im assuming you know basic PHP right?)

    if(login_variable=correct_login...
    desired function;
    }else{
    echo "Incorrect Login";
    }

    or store your password in mysql for added secutiry, do a query when they submit.

View thread