This should be very simple, but I'm having a bit of trouble.
I have two text boxes, a numberID and a password.
I need to:
1. Verify the numberID is a vaild ID in my table from an SQL query (I'm doing that now with a recordset)
2. Make sure the password is valid
3. If numberID is valid, and password is correct, Update column to 1 from value of 0.
This is a simple application, but I am VERY new to PHP. I did it in ASP.NET but it's not supported on the server.
Any suggestions, sampel code or articles would be appreciated.
Thanks! I'm diggin' in my PHP books as we speak.
I have two text boxes, a numberID and a password.
I need to:
1. Verify the numberID is a vaild ID in my table from an SQL query (I'm doing that now with a recordset)
2. Make sure the password is valid
3. If numberID is valid, and password is correct, Update column to 1 from value of 0.
This is a simple application, but I am VERY new to PHP. I did it in ASP.NET but it's not supported on the server.
Any suggestions, sampel code or articles would be appreciated.
Thanks! I'm diggin' in my PHP books as we speak.