PDA

View Full Version : Getting VB sessions to work with cms


GuppyWithAGun
07-08-2005, 04:49 PM
I am using the latest vb forum. I have this cms that is all ready to be wired up with vb sessions but when i try to connect them the sessions will work but the cms will like almost vanish.


<?php
chdir("./forums/");
include('./global.php');
chdir("../");
?>


That is the code i but on the header to get the information to the site from the forums.

Does anyone knoe how to get this to work properly so not just half of my page will show?