To Do:
Restructuring
index.php
admin.php
user.php
Functions
admin.php / user.php
Create a function to select characters (with argument so we can select all characters belonging to user (user.php) and select all characters on the site, based on current admin/char/edit.php)
index.php
Include function for view/char.php (and there's a function php file associated with this also needs merging.)
user.php
?char=edit: list all characters belonging to user
char=delete: delete characters belonging to user
char=add: add a new character
edit=profile: edit user profile
admin.php
char=edit
char=delete
char=add