|
atx question
frank is not online and i need the answer asap.
is it possible to include the in.cgi with the full path like this:
<?php virtual ("/user/sites/domain.com/cgi-bin/atx/in.cgi"); ?>
instead of just doing the short path like this:
<?php virtual ("/cgi-bin/atx/in.cgi"); ?>
i tried the first code but im getting the Warning: virtual() [function.virtual]: Unable to include error.
thanks
|