This is the line that has the error:
<?phpif(isset($_GET['done'])) { echo '<div align="center" style="color:red;font-weight:bold">
Moderator: General Moderators
<?phpif(isset($_GET['done'])) { echo '<div align="center" style="color:red;font-weight:bold">
Code: Select all
<?php
if (isset($_GET['done'])) { echo '<div align="center" style="color:red;font-weight:bold">'; }
?>