Forms and Databases

liunx

Guest
I am trying to create a form that:<br />
- collects one address at a time<br />
- When you click submit it is placed in a database<br />
- the database can then be printed when we want to print<br />
- It can either be printed on to shipping labels or <br />
envelopes.<br />
<br />
I have the form created, and right now it is set up to be submitted to my e-mail address. The only thing is, I set this up so it would be efficient, and now I am having to spend time deciphering the email I receive and pasting the information into excell.<br />
<br />
Any ideas? Please?<br />
<br />
Thank you!<!--content-->You will need some kind of back-end scripting language in place to handle this. You could use ASP or PHP as free solutions, though you will also need someone who can make the script talk directly to your Excel file if that's what you plan on using as a "database" of sorts. Depending on how much this will be used, consider switching to Access instead.<!--content-->Thank you for your help. <br />
<br />
That was what I was afraid of. I only know how to code forms to Mailto: What would I use as coding to send the information to the other form?<br />
<br />
Thank you again for your help!<br />
<br />
~Katie<!--content-->
 
Back
Top