Sivahari Nandakumar wrote:
Hai,
I have made a conference website using drupal (postgresql as back end). I want a registration module in my drupal website so that the public can register for the conference by giving their name, phone number, enail address etc. This information i have to insert into a table in my database. Is there any module for that.
You could use the profile module to add these fields to the registration form. Otherwise you could use http://www.google.com/search?q=conference+website+using+drupal to research what others have accomplished.