Jump to content

keeping track which of the users are viewing a certain page


inaba

Recommended Posts

if your looking for somethign similar to whats found here at php freaks - this is how  I would go about it.

at hte top of every page i woudl log when a user requests a page.  eg - this topic, home page etc etc/

 

then when im trying to find out who is veiwing the page - you woudl loop through users online, on the current board, and then just check to see the most recent page request.  if its the same page as the current one - then add it to an array and display that array or somthing similar.

 

Alternative.

 

every page request, add a record in a database for page requests.  when a page is requested by a user, overwrite the users last requested page.  then, on every page request, over write the time and page values.  then all you have to do is search by page name, and order alpha or similar by the username.

 

gdlk/.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.