|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
|
script to process form and insert into web page
I want to have a sign up form that users can fill out that would output to a html table on my site. I need a script that will process the form and enter the data into a template of some sort that I can edit. Anybody know any free scripts that will do this or how I can make one myself? The purpose is to have a page where users can see a list of all the users that have signed up.
Last edited by sc0rched; 02-20-2002 at 03:29 AM. |
|
|
|
|
|
#2 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
You can't really output the data from a form to an HTML table. You can output the data to a flat file (text), a database or email. Once it is exported to one of these three, you could put it in a editable HTML table.
It depends upon who is hosting your site as to how you go about this. If your host supports PHP/MySQL then you can put the information into a database. Check over at Hotscripts.com, for available scripts.
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
|
|
#3 |
|
Member (6 bit)
|
ok so I will need 2 separate scripts do do this then right? I have MySQL and perl installed already on my web server. I would assume there are some scripts written in perl to do these tasks or would I have to install php?
|
|
|
|
|
|
#4 | |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Quote:
PHP Code:
|
|
|
|
|
|
|
#5 |
|
Member (6 bit)
|
well thanks for all your help but i have found a small script that creates a flat db and i edited it to have a add record page and then a list all records page. i know its not very secure but it suits my needs for now.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|