Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Creating Data Submission Forms
Name: Daniel A-S (by Daniel Ashley-Smith) Date: May 5, 2007 at 06:27:06 Pacific OS: Windows XP CPU/Ram: 2.66 GHz P4 / 1024 DDR Ra Product: EJ Computers
Comment:
Hi.
In the past I've only ever seen data submission available when you install things like Frontage extensions or SQL server on to the server. But I was wondering if there was anyway you can submit information directly from a html file into a database file, without any of those things?
I don't mind using a bit of SQL. Infact I'd love to use SQL if I could.
It's just I'm trying to build a web site but I don't have access to install anything like frontpage extensions or SQL server.
Name: Michael J (by mjdamato) Date: May 5, 2007 at 22:08:31 Pacific
Reply:
At a minimum you will need to utilize some type of server-side processingsuch as PHP, ASP. I suppose FP will do it as well, but I've never used it.
What you do with the data on the receiving page is totally up to you. If you have a SQL, MySQL, or some other database then use it. If not, you can use a text file as a quasi database. There are classes/tutorials on how to do that.
Summary: If you were to provide a link to the page you have so far I could give more detailed advice. But, here is what I can tell you for now: Create an array within JS and just enter all the prices for the o...
Summary: How i create 3 page form field include drop down box and textbox before i setup on submit at last 3 page to send form results file ? i only know make one page but not more than one page i am try to fi...
Summary: Hi, I have a problem, on my website i have a catalog order form. I want the information to be transfered to me by email. So i created a PHP script, that goes like this: <?PHP # RegisterGlobals OF...