[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] PHP include() {from digest}



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.