in reply to sending data to a database
First ensure you're safely reading parameters via CGI. I advise working through Ovid's CGI Course if you don't have experience in this. For the database part, install DBI and the driver the database product you are using (e.g. DBD::Oracle for Oracle databases]). The tutorial Databases made easy is a good starting point for learning the basics.
|
|---|