What is the better and efficient php code for displaying the no of times a user has logged???
add a new field to the users table call it logged, and then where they log do an update to add one every time they log 8)
What is the better and efficient php code for displaying the no of times a user has logged???
add a new field to the users table call it logged, and then where they log do an update to add one every time they log 8)