PDA

Click to See Complete Forum and Search --> : cgi question


zer0_flaw
Dec 12th, 2001, 03:36 PM
I have a cgi script on my site called counter.pl How can I call that when my html file loads? The following doesn't work...

<!--#exec cgi="e:/domains/flawed-inc.com/user/htdocs/cgi-bin/counter.pl"-->

Thanks in advance. Later,

-zer0 flaw

JoshT
Dec 13th, 2001, 10:41 AM
Are SSI Execs enabled on your server?

You could try using the script as the source of an image.

progressive
Dec 13th, 2001, 11:25 AM
Is the site a local site ? only you've got a local path in you include line

e:/domains/flawed-inc.com/user/htdocs/cgi-bin/counter.pl

:confused: