View Single Post
Old May 13th, 2006, 3:10 PM   #3
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
Everytime the user log on, record the time into the Mysql DB. Then, everytime the session refreshes, record the time, and compare it to the record you have. Calaculate the difference and assign the correct number of points or money or w/e. That is how it's done most of the time.

@Razr - Good idea, but it won't work with PHP and MySQL. It would only work with application programming
Booooze is offline   Reply With Quote