Forum Moderators: open
There's a form on my website constructed mainly in php, where I would like the results to go into a database, things like name, phone, email address, and a date that would come from a drop down box. PLus the date that the user completed the form, which they wouldn't have inputted anywhere.
If possible, the db should be compatible with Outlook 2003, so that I can mailmerge every so often to those people, (they would have given their permission on the form).
Also, the db shouldn't have more than one entry for the same email address.
I *think* I've given enough info on what I'm trying to find, but if more info is needed, please let me know and I'll post back straight away.
Any help appreciated.
Dexie.
:) this is tiny useage, in db terms
i think the issue is more what your web host supports, if it is not a windows server then access will not be an option anyway
you could consider writing the details to a text file, and appending each entry to the bottom (run a quick text search to check the email has not been submitted before) ... this is quick and easy to do