I currently have this:
Code: Select all
<textarea class="body" name="page_content" rows="10" cols="60"><?php echo htmlspecialchars($page_content); ?></textarea>Luke
Moderator: General Moderators
Code: Select all
<textarea class="body" name="page_content" rows="10" cols="60"><?php echo htmlspecialchars($page_content); ?></textarea>