I am very nre to this and I am wanting set up my Surf photos site so that after receiving payment my customers can download a zip file from site? Is it so simple that i am missing it completely ?
Thanks Stasm
images to download from site
Moderator: General Moderators
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
there are loads of ways to do that. if you store all your site users in an sql table, you could add a field to it called 'paid', with default value as N, and when/if they have paid, change the value to Y, then make a script that would only download the file if that field is set to Y.
its just an idea.
its just an idea.