Tigga - How do I include other HTML files with this? I have everything setup and working as it should,just one problem.. I CAN'T seem to be able to include my pages o_0 Is their something I can edit somewhere that'll let me include pages? I tried my old inclusion code
Quote:
<?php if ($id == "") { include "$newsbits"; } else { include "$id"; } ?>
|
and it doesn't work. So how would I be able to replace the news included form the specified forum, with the sites content when a link is clicked? o_0