<?
if (isset($_GET['page']) && isset($_GET['id']) && file_exists('mods/'.$_GET[id].'/'.$_GET[page].'.php')) {
include 'mods/'.$_GET[id].'/'.$_GET[page].'.php';
}
else {
echo "Page Not Found";
}
?>
And it requires me to have a mods folder on my server and then any folders and filse inside this /mods folder is included in my frame and thats how the site works.
But I have installed a news script and its all working good but when you click comments it opens in a new window and the comments file is in another directory, is there anyway I can get the comments to display in my site frame.
If you go to this url http://media.bloodyrandom.com/funkrush/ind...age=newsupdates you will see what I mean, click on view comments(3), (http://media.bloodyr...mments&newsid=1)
This is the page I need included in the frame.
I cant just include the comments because I am using the http://www.webmobo.com news script system and it uses a template system which makes things complex.
PS nobody knows about this site its currently under construction and its going to rock when it comes out so please dont go posting this link around but tell me if you like the design :-)
