|
php page tracking
I'm working on a script that tracks pages a person has been to. Its main job is to see if the person has been to the page yet. The thing is, it can't be based off cookies because it needs to be accurate, and i don't want to do anything with a database, because... that'd be a lot of fields. Anyone have any ideas?
|