Forum Moderators: coopster & phranque

Message Too Old, No Replies

Need help with CGI fo NT

Server side includes

         

kingkelly

2:35 am on Oct 16, 2002 (gmt 0)

10+ Year Member



How do i execute cgi script via SSI under an NT host?

Im updating my site LIVE, and forgot the NT include command for a cgi script. Please give me an example.

I want to include ddl.cgi

Woz

2:46 am on Oct 16, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I do asp and use

<!--#include file="somefile.asp"-->

Hope that helps.

Onya
Woz

Air

2:55 am on Oct 16, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Also possible;

<!--#include virtual="ddl.cgi" -->

or

<!--#exec cgi="ddl.cgi"-->

kingkelly

9:09 pm on Oct 16, 2002 (gmt 0)

10+ Year Member



Thanks abunch, my mind is cleared up :)