[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] forms
- Subject: Re: [cobalt-users] forms
- From: "Webmaster" <webmaster@xxxxxxxxxxxxxxxxxx>
- Date: Thu Mar 15 21:35:58 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Try using something like PHP or ASP and have it write to a MySQL database.
You could then have the form check against unique information in the
database such as the users e-mail address to verify there are no existing
entries. Then if no previous entries exist, have the script write to the db
using the TABLE UPDATE command to the MySQL DB. Then upon send the form
would send you a notification e-mail. I would strongly recommend PHP if you
know it or have the time to learn it. Let me know if you have any questions.
Hope that helps!
Lonnie
webmaster@xxxxxxxxxxxxxxxxxx
Message: 11
From: "affordablewebsitesolutions.com" <ski@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] forms
Date: Tue, 13 Mar 2001 20:16:35 -0800
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
> > I'm a new user of the Cobalt RaQ 4 and would like some information
> > on creating forms. I have a form created for users to sign up
> > for training classes. We want that form that the user completes to
> > come back to our web server and calculate the responses.
> > Thank you for your help.
have the form add to a database via cgi write for usable info.....and have
an email to admin section in the script so you know when stuff is
added....for sure not a cobalt issue but good luck all the same......