Topic: Includeing common breaks my site when useing forms
so i have this line at the top of my site so i can get the username of whoever is logged in
define('FORUM_ROOT', './forum/');
require FORUM_ROOT . 'include/common.php';
$username = $forum_user['username'];
and whenever i submit a form i get this insted of the actual content of my site and i cant figure out a solution