|
Posted by d on 11/18/63 11:42
"ameshkin" <amir.meshkin@gmail.com> wrote in message
news:1142406448.198621.67430@u72g2000cwu.googlegroups.com...
> HI,
> I am simply trying to figure out how many times a certain MP3 file was
> hit, and then store this number in a database. Every time the MP3 file
> is pulled/hit/requested by someone, i want this to increment by one.
>
> This is probably vcery simple for someone with a little more PHP/MYSQL
> experience than me.
>
> Can anyone help?
>
> THanks
Remember that if the user is playing the MP3 from your site directly (HTTP
pseudo-streaming), every time they try to seek (or even pause for a great
length of time), a new HTTP request will be issued. Check for the Range:
header, and dismiss if present, or set to 0 bytes.
dave
Navigation:
[Reply to this message]
|