473,401 Members | 2,068 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Storing results of a form - anyhow

Hello once again!

What kind of possibilities may I use to store information out of a form?

I'm working on a survey for our company.
Therefor I created a html-document with a form in it.
Till now I used the action "mailto:" to return the rsults of that form.
But I think there must be better ways.

I could save the survey-html-file on one of our fileservers, so that
everyone can access the file.
It would be good to let the system create a result-file for every user.
One big file or even one file per user.

The problem is that I can't be sure what kind of browsers are used by our
users.
And some users don't have an email-account, so that I can't return the
results per "mailto"-action.

What do I have to do?
Can this be done on a simple win2000-fileserver?
Or do I have to install a webserver?

BTW, this survey has to be opened in our LAN only. There will be no real
www-access!

Thanks for all your help and please excuse my bad english...

Axel

--

<<Spreading The News Around The World>>
by M.L. Gore - Depeche Mode
Jul 20 '05 #1
1 3756
Axel Schwenke wrote:
What kind of possibilities may I use to store information out of a form?
Database
Flat files
.... not much other choice.
I'm working on a survey for our company.
Therefor I created a html-document with a form in it.
Till now I used the action "mailto:" to return the rsults of that form.
Which often doesn't work: http://www.isolani.co.uk/newbie/mailto.html
But I think there must be better ways.
Server side processes.
I could save the survey-html-file on one of our fileservers, so that
everyone can access the file.
Try a webserver instead. http://httpd.apache.org/
It would be good to let the system create a result-file for every user.
One big file or even one file per user.
http://www.cgi-resources.com/Program...ey_and_Voting/
The problem is that I can't be sure what kind of browsers are used by our
users.
Browser choice is irrelevent, http is a standard.
And some users don't have an email-account, so that I can't return the
results per "mailto"-action.
Which is why you shouldn't violate the HTML specification by using the
mailto action.
Can this be done on a simple win2000-fileserver?
No.
Or do I have to install a webserver?


Yes.

--
David Dorward http://david.us-lot.org/
Redesign in progress: http://stone.thecoreworlds.net/
Microsoft announces IE is dead (so upgrade):
http://minutillo.com/steve/weblog/20...ces-ie-is-dead
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: RelaxoRy | last post by:
Reposted (not sure if got sent) I have results being displayed each with its own checkbox name "selected" and value "id". When someone checks a checkbox, and then continues to page through...
4
by: Heather | last post by:
Hi I am desparately looking for advice in relation to storing the results after selecting items from two combo boxes on a Referral form. The first combo box 'ctl Type' displays a full list of...
3
by: anewbie | last post by:
hi. ive been searching for help with storing images in access. after much hunting i found this bit of code that Cor Ligthert put up on another forum. but when i try to update to the dataset, i...
14
by: John Welch | last post by:
Hi all. I'm creating a FE/BE database that will be used by about 6 users. As usual, I have several fields, such as "OrganizationTypeID" that will get values (via combo boxes in forms) from separate...
6
by: Steve | last post by:
Hi, I've developed a testing application that stores formatted results in a database. Recently it was requested that I add the ability to generate graphs from the raw, un formatted test results...
22
by: guitarromantic | last post by:
Hey everyone, I run a site with staff-submitted reviews, and most of them are written by one author. However, we also do "multiple" reviews. Up until now I just had a userid for a 'Multiple'...
2
by: assgar | last post by:
Hi Developemnt on win2003 server. Final server will be linux Apache,Mysql and PHP is being used. I use 2 scripts(form and process). The form displays multiple dynamic rows with chechboxs,...
22
by: tcomer | last post by:
I'm working on a chat client and this is what I'm trying to do when a message is received: private void ReceivedMessage_Event(object sender, ClientEventArgs e) { // the ChatWindow class is...
9
by: Kelii | last post by:
I've been trying to get this piece to work for a few hours, but have given up. I hope someone out there can help, I think the issue is relatively straightforward, but being a novice, I'm stumped....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.