View Single Post
Old 04-27-2004, 03:48 PM  
modifried
Registered User
 
Join Date: Feb 2004
Location: BC, Canada
Posts: 38
SSI won't be able to help as it has no access to any sort of URL wrapper, PHP is something that would work. When compiled with the proper configuration options, you're able to include other files via HTTP.

Keep in mind, though, you will _not_ be able to include PHP code and have it be run on the local server it's being included on.

General syntax would be:

<?php
include("http://www.yoursite.com/includes/include.htm");
?>

Any questions feel free to ICQ me.

Andy
__________________
Coder.

ICQ - 39959568
Email - [email protected]
modifried is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote