Quote:
Originally Posted by amykhar
Well, this is weird. I added the column, and put in the counter. It works fine in Internet Explorer and in Firefox if I am logged out. But for some reason, if I browse while logged in with firefox, it's creating a new entry in the session table for every thing I do.
Amy
|
Well, nevermind on that one. It seems to only happen if the cookie path is set to a subdirectory, Which it won't be on the real live site.
So, it can be done from the session table.
1. add the pagecounter column
2. after the query in this section // check for session sent through URL/cookie
increment the pagecounter.
3. Make sure to change the modify and insert queries to include the pagecounter.
Saved two queries for ya, Bob. (But, you'll have to check the location if you only want it done on forumhome)
Amy