Is there a way to include .inc files in php? I have a friends website was used on a windows server and used asp for includes. (i.e.: <!--#INCLUDE VIRTUAL="/includes/nhcpgaddress.inc"-->) I have to convert it for compatibility on a unix server. Could someone help? Thanks

    Hey Shelz,
    As much as I don't like ASP,
    there is a Unix dist for ASP by chilisoft
    check it out at http://www.chilisoft.com

    Because converting an entire site from ASP to PHP is something that I think would be a total pain in the arse, and if you have the priviledge on your machine, chilisoft ASP is probably your best bet.

      one note, that include you posted as being ASP is really SSI (server side includes) and can be installed on any server... well most that i know of supported it.

        Write a Reply...