I used to use an external website to track my hits, and I was wanting to imitate what they did in order to track the screen resolution and pixel depth. They had an image display on the page that was being tracked and the address of the picture was to the effect of <img src="www.something.com/?id=1&size=1024"> and so on... is there a way to do that with php or does it have to be supported by apache or something? I have most of it done, I just need to know how to access that file via the page that I want to track (Without them having to actually click on the image)and have it write the database. Thanks