12-10-2007, 04:37 PM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Posts: 9
Thanks: 0
|
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?
|
|
|
|