Forum Moderators: mack
I want to make a webpage to put on some pictures from a holiday weekend we had last week. I'm thinking it would be nice if my friends could not only see them online, but also order copies of the pictures they like.
Does anyone have an idea how to set this up? I'm thinking about a small circle under each picture whith the possibility to 'catching finches' (I hope I translate this correctly) the picture if someone wants to order a copy. The order consisting of all wanted copies should be sent to my email adress.
I hope my question is comprehensible. I'm curious about possible answers! Thanx in advance!
Greetings, Franky
For a very simple solution, the 'action' on the form could be a mailto:, although that has numerous disadvantages, so if your host provides cgi, it would be better to use a cgi script to receive the form and email it on to you. Mosts cheap hosts have a cgi script that you can use to do this.
Shawn
"...curious about the 'numerous disadvantages of the very simple solution' ..."
Forms with "mailto:" actions have problems which fall into one of 2 categories:
Dependant on browser implementation
====================================
On the other hand, the mailto: action is very simple to implement, so for a site just for friends and family, it might do the job just fine.
Shawn