View Single Post
Old 12-10-2007, 04:37 PM   #4 (permalink)
macov
The Wanderer
 
Join Date: Nov 2007
Posts: 9
Thanks: 0
macov is on a distinguished road
Default

Make yourself familiar with the idea of session.

IP changes everytime user log in, therefore you will need a table 'sesssions' (id, users_id, ip, etc..) to manage their activities.

A table Tutorials has user_id, is that means that this user created a tutorial or a user is taking this tutorial?
macov is offline  
Reply With Quote