forum = $_GET['id']; $thread->owner = $user->id; $thread->title = $_POST['title']; $thread->post($_POST['content']); header('Location: thread.php?id='.$thread->id); } if (empty($_SESSION['authenticator'])) { get_logged_in_user(true, '../'); } doHeader('Forum'); $forum = getForum($_GET['id']); ?>
title ?>
Forum