Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cgi and html!

Status
Not open for further replies.

dontu

Programmer
Mar 17, 2006
14
RO
I have two programs, first filename.cgi and second filename.html, how working this programs together ?

Regards,
Dontu
 
It depends on what's in them and what they're supposed to do. If you give us more information on what you're trying to achieve, perhaps we can help better. Otherwise we're just guessing.
 
filename.html is not a program, it's just a document for displaying stuff in a browser. Usually you would have a form in your html document that sends some data to the cgi script either as form data or a uri string.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top