I have a login system, and I have it set to where if the user name and password match the ones in the database, it redirects you to the correct page, other wise it says "Invalid user name and/or password.".
I am using a simple form for the user name and password login fields, but what do I set for the action?
<form method="post" action=?
I tried <?PHP_SELF?> but that doesn't do any good either.
Any help is appreciated. Thanks. 🙂