PHP sample login code

just done a sample, hope its helpful for newbies like me
Click here to download phploginsample.rar. Don't forget to create a db called news_users, with 3 columns "username" (varchar/char, PK), "passwd" (varchar/char),  and "access_level"(smallint, 0 or 1). 
 
No comments:
Post a Comment