is there any functions in php that acts the same thing like SSI?
| SitePoint Sponsor |
is there any functions in php that acts the same thing like SSI?





SSI is only including files, PHP can do that too with a different syntax ofcourse =)
<?php include("../head.inc"); ?>
That's one I use quite commonly
There are other functions such as require() , but the include will perform much the same as ssi
H
~The Artist Latterly Known as Crazy Hamster~
922ee590a26bd62eb9b33cf2877a00df
Currently delving into Django, GIT & CentOS
Bookmarks