Ok, I'm doing a very complex order form that will eventually be connected to an equally complex database. Until the database is up and running I want to be able to send all the information in the form to an email address using the mail() function. The original order form uses arrays and lots of loops and if statements to process only the text fields that are not empty. the first php page is a preview order page and then I want users to be able to submit their order using only the information printed on the preview page. How would I do this with the minimal amount of work? Thanks to anyone who can help. If you need any more information [URL=mailto:snarsh@angelfire.com]email me[/URL] .
Click here for the orderform, it may or may not be functioning right now as I am unsure if angelfire offers php services, but you should be able to get the general idea of the order form by looking at this page. If you need a better look at the code let me know.
THANX😕