Functional Differences Between CGI, JavaScript, and PHP
Scripts can change web pages and web page behavior.
Some scripts change the web page source code on the server before the page is sent to the browser. Some scripts change the web page after it’s already loaded in the browser.
Understanding when and where different types of scripts run may explain why certain things don’t work the way it may seem they should.
CGI script files are separate from web page files. The scripts run on the server. Anything that’s done to the web page source code and content is done before the browser sees the page.
The final form of web page content created or modified by CGI scripts is available to search engine spiders just like static content is.
Use CGI to Automate Your Web Site
Are you taking advantage of the powerful automation technology available on the Internet? Common Gateway Interface, better known as CGI, is one of the most widely used server applications on the Internet. This software resides on your server and automatically performs specified functions on your web site.
If you’ve been on the Internet for a while, you’ve probably seen many examples of CGI use and didn’t even realize it. SearchEngines, Directories and Forums all use CGI scripts. Scripts can run everything from a form on your web site to an affiliate program. They can give you the power to completely automate your web site.
If you have a subscription box on your web site, then you’re already using a program to process the information. That’s a good start however, there are many additional ways you can use this powerful technology.
Here are some great scripts to get you started.
Continue reading »


