About PHP Login System.. =)?

asyraf

New member
Hello..

Please help me...I'm just beginner in this field...i don't know how to make a php login system that has this feature:

1)"A user can only enter the id and password provided one time only..so after that, the id and password given is not valid anymore..."

Is there any tutorial or sample php script for this?

Thank You.. =)
 
Possibly use a database and have the entry with the ID and password, and after they use it, delete the entry, or flag it as used having a column for that?
 
Back
Top