Snipped the majority of it out, the other sessions work the same way and work fine.PHP Code:$result= mysqli_query($con,"SELECT * FROM website WHERE `WebsiteID` = 1");
$row = mysqli_fetch_array($result);
$maresult= mysqli_query($con,"SELECT * FROM masteraccount WHERE `username` = '". $_SESSION['username'] ."'");
$marow = mysqli_fetch_array($maresult);
//===============Setting Variables:
$_SESSION['skin'] = $marow['cskin'];






Reply With Quote

