Click to See Complete Forum and Search --> : Post form data to a database


sinduri
07-21-2011, 06:48 PM
Hi, I have a form on a webpage that takes in the name, email and a bunch of other stuff. I want to store this data in a PostgreSQL database and also display it to another webpage. I can use perl or python, but I'm a beginner and know very little about server side scripting. Can anyone tell me how to do this?

edatz
08-15-2011, 05:38 PM
Couple of questions
How big is this database going to get?
What do you mean by a "a bunch of other stuff"?

Reason I ask is, if this is only going to be small (like under 5mb), then you may not need PostgreSQL at all - unless it is part of a larger PostgreSQL database system.