Compiling data from a form

They have: 117 posts

Joined: Feb 2000

Hello,

I'm currently using a form on my site to allow users to vote for officers in our organization. Currently, I receive an email indicating what the person entered on the form when he submits the form. I then have to manually tally the data that I receive. Is there a way to have the system automatically tally the results? Thanks.

Bob

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi,

cgi.
if you have a guestbook, you might be able to send the info there -- place it in a var, read it, increment it, rewrite it by appending.

Vinny

------------------
GrassBlade: cut&paste javascript
The Javascript Place Forums

Where the world once stood
the blades of grass cut me still

They have: 117 posts

Joined: Feb 2000

Vinny,

Thanks for the reply. I do have a guestbook, but I'm at a loss as to how I would place data sent to the guestbook into a var, then read it. Any chance that you would have some sample code of how to do that? Thanks again.

Bob

They have: 5,633 posts

Joined: Jan 1970

They have: 231 posts

Joined: Feb 2000

Vinny is right - you need CGI. You don'y need to get the results in email format, you can get this data sent directly to a script which can organise it for you. The script can store the data in a database or a text file.

I will move this post to the Cgi & Perl Forum.

:: Lloyd Hassell :: http://www14.brinkster.com/lloydh ::

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.