faqts : Computers : Programming : Languages : PHP : kms

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

0 of 2 people (0%) answered Yes
Recently 0 of 2 people (0%) answered Yes

Entry

Moving to PHP, need help converting SSI's to PHP includes. Is there a php script that will do this?

Apr 10th, 2007 16:46
William Yang, Rod Martin,


PHP's syntax to include a file is <? include(path to your file); ?>

But I don't see the point converting SSI to PHP includes. SSI includes
and PHP includes can co-exists peacefully. Unless your server no longer
supports SSI.