sophistikatied -> Compile User Input from Form (10/25/2005 15:40:01)
Is there any way to get a form to output user information & keep a running list?
We are trying to compile a list of our "special needs" customers and would like employees to be able to add the customer name, account, etc... I know this can be done with a database, but is there a way to do it w/o one?
Thanks! All input is greatly appreciated!
dpf -> RE: Compile User Input from Form (10/25/2005 15:42:10)
you could have the form results go to a text file or be emailed to you
sophistikatied -> RE: Compile User Input from Form (10/25/2005 15:44:31)
Well, we'd like to have the results output to a page automatically so that everyone on the intranet can view the information... Think this is a job for a database?? [:(]
dpf -> RE: Compile User Input from Form (10/25/2005 16:06:44)
quote:
Think this is a job for a database??
absolutely
sophistikatied -> RE: Compile User Input from Form (10/25/2005 16:15:09)
Bummer... Ok... Well, thanks! Saved me the time of trying to do it the other way! I'm horrible with databases/html combination, but this will be a great reason to learn it better!