English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how to make use of CGI facility in creating and using web-forms. please explain in detail.

also mention a website/s where this info. is given in detail so that a novice can understand it easily.

2007-02-23 08:22:08 · 1 answers · asked by Johny 1 in Computers & Internet Other - Computers

1 answers

You specify an action in the form, which is a script on the web server the html form can call, usually with the POST method. The form elements are then variables you can do with what you want.

Historically the script has been written in Perl, although you can use others. PHP can also process forms, for example.

There's a few cgi basics tutorials out there. You also may want to look at the code of any open source web application you can find that processes forms, which is a lot of them.

2007-02-25 13:05:03 · answer #1 · answered by John Mahowald 5 · 0 0

fedest.com, questions and answers