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?
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.
Bookmarks