Web Hosting Talk







View Full Version : SSI on PHP Pages


eHostSpace
04-11-2003, 08:25 PM
Do SSI work on PHP Pages ?

Chas
04-11-2003, 09:28 PM
Any reason you can't use php includes? If you need to incude output from a CGI script, you can use something like this:


<?php virtual('file.cgi');?>


Regards,
Charlie

FW-Mike
04-11-2003, 11:39 PM
if you can use include just do

<?php require "file.php"; ?>