CGI, Perl and PHP
support
CGI:
Many HTML pages that contain forms use a CGI program to process
the form's data once it's submitted. Each website account gets
their own personal CGI where you can place your CGI scripts.
Perl:
Because of its strong text processing abilities, Perl has become
one of the most popular languages for writing CGI scripts.
PHP: Can perform any task any CGI program can do, but its strength
lies in its compatibility with many types of databases. Also,
PHP can talk across networks |