sorry if i'm doing a simple question, but the problem is i've been reading a lot about it but still without can make it.
I want to make a simple form to check user and pass to login.
my server runs postgresql and php.
the form with textfields and submit button is ok,
how can I send and get the user/pass typed in the browser to my login.php page just to know if login is right or wrong..?
i will appreciate a simple example of this.
thanks in advance,
claudio
I want to make a simple form to check user and pass to login.
my server runs postgresql and php.
the form with textfields and submit button is ok,
how can I send and get the user/pass typed in the browser to my login.php page just to know if login is right or wrong..?
i will appreciate a simple example of this.
thanks in advance,
claudio
Comment