Valhalla Legends Archive

Programming => Web Development => Topic started by: Arthas on January 03, 2004, 04:24 PM

Title: Ahhhh SSI!!!!! Help!!!!!
Post by: Arthas on January 03, 2004, 04:24 PM
What is the PHP equivilant code to:

<!--#exec cgi="file.cgi" -->

SSI dosnt work on my host >_<

Thanks,

-Arthas
Title: Re:Ahhhh SSI!!!!! Help!!!!!
Post by: quasi-modo on January 04, 2004, 10:01 PM
<?php
include("somepage.php");
?>