require_once("../conn.php"); require_once("access.php"); include_once("LeftStyles.php"); //get the newsletter $q1 = "select *, from_unixtime(MailDate, '%b - %d - %Y') as MyDate from yellow_mail_archive where MailDate = '$_GET[MailDate]' "; $r1 = mysql_query($q1) or die(mysql_error()); $a1 = mysql_fetch_array($r1); ?>
CLASSIFIEDS v2.0
|
ARCHIVE | |
Subject: | =$a1[subject]?> |
Message: | =nl2br($a1[message])?> |