0 AND site=0 order by id"; $result=mysql_query($query); if (mysql_num_rows($result)==0) {print "No more results were found";} else { print "
The LyricFind.com Mailing List Archive

Click on an issue to view the content from that mailing.

"; while ($obj=mysql_fetch_object($result)) { $obj->time=htmlspecialchars($obj->time); $obj->name=htmlspecialchars($obj->name); print "id\">$obj->name - $obj->time
"; } } } else { $query="select * from newsletters where id=$id and site=0"; $result=mysql_query($query); $obj=mysql_fetch_object($result); $obj->time=htmlspecialchars($obj->time); $obj->name=htmlspecialchars($obj->name); $obj->body=htmlspecialchars($obj->body); $obj->body=nl2br($obj->body); print "

$obj->name - $obj->time

Back To List

$obj->body

"; } print getbottom(); ?>