prepare($query); $stmt->execute(array(':id' => $_SESSION['user_id'])); $user = $stmt->fetchObject(); echo 'You may make changes to your user profile below if you wish. Updates will take effect immediately on pressing "Save".'; echo '
'; // end logged-in content } //************************ CONTENT END ************************ // Load footer require_once($yaptc_inc . "footer.inc.php"); ?>