Thread: Include Problem
View Single Post
  #3 (permalink)  
Old 12-31-03, 08:57 AM
Chas Chas is offline
Coding Addict
 
Join Date: Oct 2003
Location: California
Posts: 359
Thanks: 0
Thanked 0 Times in 0 Posts
The only thing that will do this is Embperl but if they don't have SSI set up I really doubt that they will have Embperl set up. Your best bet is to use PHP like your m8 suggested. Look into the system, include, and virtual commands:

system: http://us4.php.net/manual/en/function.system.php
include: http://us3.php.net/manual/en/function.include.php
virtual: http://us3.php.net/manual/en/function.virtual.php

The virtual command is probably the one you want.

~Charlie
Reply With Quote