Jump to content

Best Method to Track Image Downloads?


jlaretto

Recommended Posts

Hello,

I'm trying to figure out how best to track image downloads from a web server in a database. By best, I mean most efficient. I've come up with 2 possible solutions: (I've purposely ommited just using web server log files - I need this stuff to go into MySql)

 

1. Using the GD library to load and write an image to the page after updating my database, changing the mime content of the page to an image format. The client would use a tag such as <img src="mypage.php" />

 

2. Using a header re-direct to download the image after mypage.php stores the request.

 

Are there any obvious solutions i've missed?

 

Thanks...

 

Link to comment
https://forums.phpfreaks.com/topic/93161-best-method-to-track-image-downloads/
Share on other sites

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.