4images code on GitHub Click here to visit GitHub.
0 Members and 1 Guest are viewing this topic.
I think thats not hard to do. You will have the users lastvist in $user_info['user_lastvisit'] and you can simply fetch all images with image_date > $user_info['user_lastvisit'] from the database.Jan
yes, that's what I was thinking, but the only problem I could think of using sessions.
No, you can use $user_info['user_lastvisit']. This contains the date of the users last login.Login at 24.02.2002Login again at 27.02.2002 -> $user_info['user_lastvisit'] contains 24.02.2002Jan