How can I call a CGI script from HTML for my webpage counter?

  • Context: HTML/CSS 
  • Thread starter Thread starter kingtazie
  • Start date Start date
  • Tags Tags
    Html
Click For Summary

Discussion Overview

The discussion revolves around the possibility and methods of calling a CGI script from an HTML page, specifically in the context of creating a webpage counter. Participants explore various approaches and configurations related to web server settings and HTML elements.

Discussion Character

  • Technical explanation
  • Exploratory

Main Points Raised

  • One participant inquires about the feasibility of calling a CGI program from an HTML page while designing a counter.
  • Another participant suggests modifying the Apache configuration to enable CGI execution.
  • A different participant clarifies that HTML does not 'call' CGI programs directly, but can reference them if the web server is configured correctly.
  • It is proposed that a counter program could be included in an HTML document using an tag to display the output.
  • An alternative method is suggested using an