text($content); printf("

%s

%s

%s

%s
", $id, $date_posted, $name, $poster_name, $parsedContent); } } else { printf("Error: %s.\n", mysqli_stmt_error($stmt)); } // Close statement mysqli_stmt_close($stmt); } else { printf("Error: %s.\n", mysqli_stmt_error($stmt)); } include("footer.php"); ?>