in reply to CGI with mysql

IN order to connect a database using the CGI you will need a gateway program that implements the CGI to perform the connection, make the required queries and return the appropriate data using the Common Gateway Interface. If you wanted to use Perl to create the gateway program you probably would want to use the module DBD::mysql to access the database.

/J\