I am a partner in a site and would like to set-up a "Client's Page" for customers who have purchased products from us.
We sell photography equipment and 50% or so of our customers are pros or serious hobbyists.
I would like to be able to have them input their names, specialties, phone, website, etc...
... But - also a sampling of their photos - like 3 at a certain size.
Any program where they can do this - then I just "OK" the input and it is published?
Thanks!
I have made things similar to this. They really aren't too difficult but I don't know where you could get a premade script for it.
Really all you need is a form to have them input all of their info and then drop it into a db and then you can list it once you ok it. Have a column that is the "display" flag so the info is only live once you ok it. For the pics you could dump them into a directory somewhere and then just store the path in the db.
www.onlinetools.org/tools/easyimagecatalogue.php
Maybe it is appropriate. Before developing anything on your own try the usual ressources, for php e.g.:
[phpbuilder.com...]
[php.resourceindex.com...]
p.s.: you could give google a try as well... ;-)
[edited by: jatar_k at 5:15 pm (utc) on Oct. 15, 2002]
[edit reason] unlinked [/edit]