Forum Moderators: open
What's I'm trying to do is set up something like I-tunes Music Store, where visitors to a page would be able to pay money to buy a song which they could then download. Obviously not just anyone should be able to access the URL with the song on it because it would defeat the purpose of people paying for the music.
I have the possibility of setting up payments with Paypal, and Paypal does offer the option of referring successful payers to a page notifying them of the successful transaction, which could be the page with the link to the song on it. I just wouldn't want anyone to be able to access that particular URL except for someone who has just paid for the song with Paypal and been sent to the successful transaction page.
Is there any way to set this kind of thing up? I've tried talking with my hosting service about restricting access to certain pages, but they seemed to think it was a programming / HTML issue.
Thanks a lot,
George
You will need to either assign a unique URL for each download, or place a cookie or method of login for registered (paid up) members to the site. It all depends on what your precise needs are.
What server-side programming languages are available on your server?