Click to See Complete Forum and Search --> : PHP question


xaviorg
02-05-2003, 09:06 PM
is there a way to include files (similar to SSI's #include) using PHP?

pyro
02-05-2003, 11:31 PM
Sure thing

<?php
include ('test.htm');
?>

stoodder
02-06-2003, 12:05 AM
Originally posted by xaviorg
is there a way to include files (similar to SSI's #include) using PHP? arg he beet me to it but yup hes got it thats how you do it... there are other ways to do it also with adding variable but from what i c you wouldnt need that right now. hmm i think im gonna make a php tutorial lol

xaviorg
02-06-2003, 05:02 PM
LOL! i feel like an idiot! thanks! :D