[ Link Admin Home | Add a Category | Add a Link | Logout | Install Links ]

"; if ($nemail && $subject && $message) { $mailheaders = "From: $noreply_mail <$noreply_mail>"; mail($nemail, $subject, $message, $mailheaders); echo "


Your message was sent successfully!
"; } else { echo "


Your message could not be sent.
"; } } else { echo "Click here to login"; } require_once("footer.php"); ob_end_flush(); ?>