
I guess it would be considered a portal.
I'll try and be more clear.
My site is diced up into 3 main sections
all are <phpincludes>
*header
*footer'
*content area - (where I would like vbulletin to be included.)
How do I 'include vbulletin', so that it SHOWS in my main website (php run)
Can I just make a file like [vbulletininclude.php], then add an include
<? include("vbulletininclude.php"); ?> to mysite index?
<----------------------------------->
Btw, if that is possible what would code would I add to 'vbulletininclude.php?'