Click to See Complete Forum and Search --> : Can I connect a database to my website?


tempus
09-02-2003, 05:29 AM
Is it possible to connect a database to automatically collect customer data from my website. I wish to put a kind of registration form where clients can fill in their details. Then I want to download it into a database.

AdamGundry
09-02-2003, 06:36 AM
You'll need some kind of server-side language to do this - for example PHP, Perl, ASP, or a range of other languages. Find out what language(s) you have available on your server.

Adam