hey, i am learning php now and am a pretty quick learner..but i need to know if any of u can help me out with my login script. I have the authentication part set up but id like to make a register page.
A simple one just asking for name and password.
My database table is called: users
i have 3 fields in that table:
user_id
username
password
u think any of u could cook up some code to make a register page for this?
oh ya..user_id is (int 8)
username(varchar 11)
pass(varchar 32)
so far i have login.php, logout.php, login.htm, checklogin.php
and now if u can kindly make me a register page id appreciate it๐