[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] (OT) PHP question
- Subject: Re: [cobalt-users] (OT) PHP question
- From: "Alonso Garcia" <alonsog@xxxxxxxxxxxxx>
- Date: Wed Nov 8 08:33:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> For some of the PHP wizards out there,
> I have a Stats package that uses <!--#include
virtual="/path/program.cgi"-->
> to work properly. My question is: How can I use it in a *.php file? User
> group archives seem to be down, and I didn't see anything like this in the
> knowledge base.
I just figured it out:
<? virtual("/path/script.cgi"); ?>
Thanks anyway!