What is CGI and how is it going to help me?

CGI is translated as Common Gateway Interface. It's used to provide interactivity and turn static pages into dynamic ones. What does this mean? Let's take a guestbook, for example. Most of them are powered by CGI. They allow your visitors to leave comments on your site. This makes it interactive. But guestbooks are only one example. You also have bulletin boards, form processing, counters, and much more.

  • 0 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

How am I supposed to install a script?

95% of scripts have complete instructions and a special ReadMe file with everything you need to...

What does "chmod" mean?

To chmod a file means to set a certain permission. Few of the most common chmod commands are...

What are the most common errors and how do I deal with them?

One of the most common errors is "500 Internal Error". The chances are that you will experience...

What is the path to PERL (interpreter)?

The PERL path is the very first line in every .cgi or .pl file. Usually it looks something like...