'Ello, 'ello.
The answer to my question is probably very simple but if I have a website from which people download video clips for a fee how do I code it so that
a) The file can only be downloaded by someone with the correct password/key (obtained via succesful payment)
b) The file can only be downloaded for a short time period
c) The direct URL of the file is never revealed or the file cannot be downloaded directly, without a valid password/key
I'm not a novice when it comes to PHP and MySQL but I've not done this before and I can't work out how I'd do it, especially the bit to prevent people downloading a file directly, without a key.
Which of you fine people can help me in my predicament?
Note: Not that it matters but this isn't for a #*$! site.