|
I have a photography site in which I am trying to create a section where clients can log in and view their photos before they decide which ones they would like to purchase. I am seeking some guidance on what would be the most efficient way to do this. I would like to be able to do something other than create a new static page for each client, as this may get a little too time consuming. I am newer to PHP & MySQL, so I'm not sure of its limitations. I am wondering if I could have the photographer upload the photos through a form while specifying the name of the client at the same time of the upload. When that client logs in, they would see their photos that were uploaded. Is there any way to do this dynamically? Also, in an ideal world, the client would then be able to check off which ones they would like to buy on the page (as of now, they just let the photographer know by mail / phone)
I have already set the site up to allow registration, etc.
I am not looking for somebody to write the code for me, but would greatly appreciate it if somebody could point me in the right direction on how to set this up.
If I have not explained this fully, please let me know and I'll explain it a little differently.
|