|
-
Nov 24th, 2006, 08:56 PM
#1
Thread Starter
Lively Member
help re: exporting html form data to database
Hello All,
I am new to web design and wonder if this is the right forum for my question: I would like to take data entered in an online html form and automatically export it to a simple database online. For example, if the person enters their name, address, and zip on a simple html form designed in a web-editing program (like dreamweaver), I would then like to have the data automatically appear as a new record in an excel file.
What is the simplest way of doing this? Sorry if the question is too long, simplistic, or nonsequiter to this forum.
TIA,
fundean
-
Nov 27th, 2006, 01:49 AM
#2
Re: help re: exporting html form data to database
Your question's fine.
Making a HTML form is simple. All a form does is tell the user agent (the browser) where to send the inputted data.
To do anything useful with that data, you must have some form of server-side scripting, such as PHP; ASP; Perl; etc. Do you have any such tools available? If not, could you provide some details about your server.
-
Nov 27th, 2006, 08:00 PM
#3
Thread Starter
Lively Member
Re: help re: exporting html form data to database
it is geocities.com; don't know much more than that
-
Nov 28th, 2006, 09:44 AM
#4
Re: help re: exporting html form data to database
In that case you are out of luck as Geocities does not support server-side scripting.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|