Click to See Complete Forum and Search --> : logging


jrthor2
10-26-2005, 07:50 AM
I need to put a 1 pixel image on 2 pages and log when the pages are viewed to a flat (text) file so I can see how many users see these 2 page, and I need to write to the log what page has been logged (Ex: parent page, popup page). Could someone help me writ this, I have never done logging like this before using an image to fire off an action.

Thanks!!

jrthor2
10-26-2005, 09:24 AM
I have this working

insane
10-26-2005, 01:50 PM
just for ppl who don't (and to waste my time):

get the MySQL Field/ Open the file (whatever) where the views are stored, add 1 to it and store the new value.

-Insane