Page 1 of 1

images to download from site

Posted: Mon Sep 05, 2005 3:29 am
by stasm
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

Posted: Thu Sep 08, 2005 1:33 pm
by jayshields
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.