' . "\n";
echo '
'; include 'includes/footer.php'; require 'includes/appsnscripts.php'; echo '
' . "\n";
echo ' ' . "\n";
echo "\n";
if (isset($_GET['message'])) {
echo $_GET['message'];
}
echo ' ' . "\n";
echo '
' . "\n";
echo "\t\t" . 'User Message
' . "\n"; echo ' ' . "\n"; echo ' Create' . "\n"; echo ' ' . "\n"; echo '' . "\n";
echo "\t\t\t" . '' . "\n";
echo "\t\t\t" . '' . "\n";
echo "\t\t\t\t" . '
' . "\n";
echo "\t\t" . '
' . "\n";
echo '' . "\n";
echo "\n";
echo ' | ID | ' . "\n"; echo "\t\t\t\t" . 'User ID | ' . "\n"; echo "\t\t\t\t" . 'Message | ' . "\n"; echo "\t\t\t\t" . 'Status | ' . "\n"; echo "\t\t\t\t" . 'Expire | ' . "\n"; echo "\t\t\t\t" . 'Edit | ' . "\n"; echo "\t\t\t\t" . 'Delete | ' . "\n"; echo "\t\t\t\t" . '
|---|---|---|---|---|---|---|
| ' . $id . ' | ' . "\n"; echo "\t\t\t\t" . '' . $userid . ' | ' . "\n"; echo "\t\t\t\t" . '' . $message . ' | ' . "\n"; echo "\t\t\t\t" . '' . $status . ' | ' . "\n"; echo "\t\t\t\t" . '' . $expire . ' | ' . "\n"; echo "\t\t\t\t" . '' . "\n"; echo ' | ' . "\n"; } echo "\t\t\t\t" . ' |
'; include 'includes/footer.php'; require 'includes/appsnscripts.php'; echo '