Ok, I need to select a row(or site) from the db that the user has not seen that day. I know how to do everything else, but i’m stuck on how to select the site.
I have all the sites seen by the user stored in a table called ‘traffic’, so i have which site the user has seen, but how to i choose the sites the user hasnt seen? would i loop the “id <> 0 AND” part? or should i use php to find the sites the user hasnt seen.
_naaman