[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] PHP include() {from digest}
- Subject: [cobalt-users] PHP include() {from digest}
- From: Joe Kerns <joe@xxxxxxxxxxxxx>
- Date: Mon Mar 6 10:27:27 2000
- Organization: JoltinJoe.Com
Reply with the code so I can take a look.
should look like this:
<?php
include ("someincludefile.inc");
?>
someincludefile.inc is whatever include file you want to include. Be
sure that you have told PHP to parse the include file extension in your
srm.conf. If you have to add it, make sure you restart apache.
/etc/rc.d/init.d/httpd.init stop
/etc/rc.d/init.d/httpd.init start
or
/etc/rc.d/init.d/httpd.init restart
Joe
PS This post would be better served on the PHP list. It has ZERO to do
with your Cobalt server.