News

The "action" attribute tells the form to send the data to a script named "info.php," and "method" describes the type of action to be performed once the information is passed to the script.
Write a new PHP script that both generates the email and inserts data into a database. Then just point the form to that script instead of to the cgi. (the CGI is probably some kind of shell script).