I have tried Iframes and the <?php include("forum.php"); ?> tags. Both work but the problems with the iframe is it only works by width="" and height="" but not ="100%". The Include tag wont open in my mainsite but only links to the forum when you click on a topic or thread. What is the best solution so that the forum is in my mainsite and stays there once you click on a topic or thread??
No, any extension should work. An include won't work as everything probably has relative paths. A frame would just be stupid. I think you should either do a redirect or put the entire forum up one dir. i.e. in the root.
What about your main site and what script are you using for forum? If the main site is Joomla or Mambo and the forum script is SMF or phpBB, they are lot of forum bridges available.
^Nope, just plain old php. "You can do an html redirect with the <meta> tag or a php redirect with the header() function." Could you give me an example?
Ever Googled? http://www.google.com/search?q=html+redirect+meta http://www.google.com/search?q=header+redirect+php
Yes, I have seperate header and footer files. I will pm you the links because my site isn't live yet and I don't want the public to view it just yet. Thanks Kip.