Click to See Complete Forum and Search --> : unique problem


bulmz
03-20-2006, 10:04 AM
I want to create some kind of form the submits to a list that is viewable on the webpage.

So basicly a user submits his/her name to a list, and the list of people who have done so allready is displayed (before and after the submit)

Is there a way I can do this? Is there a tutorial that will explain it?


Thanks

Hack
03-20-2006, 12:54 PM
Well, you would have to be storing the names of the people that have already submitted their names somewhere (like a Db table perhaps), so when a new one comes along, just add their name to the table, and re-read the contents on the table into your listbox.

DaveSW
03-20-2006, 03:33 PM
Like a guest book?

What server side technologies do you have available? php? asp?