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).
Database accessibility is a key part of Web-based applications and dynamically generated Web pages, so PHP's creators have made the language particularly effective in this area. In fact, even ...