
April 6th, 2000, 03:39 PM
|
|
Contributing User
|
|
Join Date: Mar 2000
Location: Ontario, Canada
Posts: 498
  
Time spent in forums: < 1 sec
Reputation Power: 17
|
|
|
Use the 'virtual()' function. This is the equivalent of <!--#include virtual=""--> and <!--#exec CGI=""--> in SSI for php. If, of course, you're trying to include normal text and/or php scripts, it's wiser to use 'include()'.
eg; <?php virtual("/cgi-bin/adbanner.cgi");?>
[This message has been edited by cka (edited April 06, 2000).]
|