Page 1 of 1

PHP Include Virtual?

Posted: Tue Apr 30, 2002 7:09 pm
by Goat
Is there a PHP version of the SSL include virtual command?

Posted: Tue Apr 30, 2002 7:21 pm
by Jim
Do you mean SSI?

There's:

<?
include("/path/to/file.php");
?>

and I believe there's another, I'm just not sure what it is.

Posted: Tue Apr 30, 2002 7:33 pm
by Goat
i mean ssi my mistake...a typo...

Posted: Wed May 01, 2002 9:34 am
by dusty
require() is the other. it is just about identical to include() other than the way it outputs errors