$aid = 108; include("/websites/updates/russinc/global.inc"); connect(); // begin email hack if($lyris == 'yes'){ MYSQL_QUERY("INSERT INTO hives VALUES('','$email')"); header("Location: $PHP_SELF?done=blah"); } ?>
|
$Q = "SELECT title, body, UNIX_TIMESTAMP(thedate) FROM artistnews WHERE alive = 1 AND aid = $aid ORDER BY priority";
$R = MYSQL_QUERY($Q);
WHILE($res = MYSQL_FETCH_ROW($R)){
$title = $res[0];
$body = $res[1];
$thedate = date("Y - m - d", $res[2]);
?>
| // finish email hack if($done != 'blah'){ ?> Join The US Hives' Newsletter! Just fill out this form with your e-mail address. } else { ?> Thanks for joining the US Hives' Newsletter! Check back for more Hives updates. } ?> |