I cant for the life of me figure out why this does not work.
I have an HTML page with the following statments and neither work.
<!--#exec cgi="/cgi-bin/banman.pl?tourist"-->
<p>
<!--#include virtual="cgi-bin/banman.pl?tourist"-->
My script "banman.pl" runs fine if I call it from the
browser. the script itself retrieves data from a MySql DB
and displays a banner with a URL. I set the permissions for
each file to 777 just for the heck of it and that doesnt work either. Any suggestions? Thank you very much. Eric
I have an HTML page with the following statments and neither work.
<!--#exec cgi="/cgi-bin/banman.pl?tourist"-->
<p>
<!--#include virtual="cgi-bin/banman.pl?tourist"-->
My script "banman.pl" runs fine if I call it from the
browser. the script itself retrieves data from a MySql DB
and displays a banner with a URL. I set the permissions for
each file to 777 just for the heck of it and that doesnt work either. Any suggestions? Thank you very much. Eric