" . mysql_error()); $row = mysql_fetch_array($result); $initial_or_reminder = $row['initial_or_reminder']; $from = $row['mail_from']; $to = $row['mail_to']; $cc = $row['mail_cc']; $subject = $row['subject']; $message_text = $row['message_text']; $date_time = $row['date_time']; $timestamp = $row['date_time']; $date = date("n/j/y"); echo "
"; show_email(); echo "
"; show_job_footer(); ?>