![]() | |||||
ADD CONTACT/ FACEBOOK PAGE DISCUSSION for echo "$addthispage"; ?> $dbh=mysql_connect ("localhost", "leonstem_leonuse", "head1ache") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("leonstem_leon"); if ($addthispage == "all" or $addthispage == "") { $query="SELECT * FROM comments ORDER BY id DESC"; } else { $query="SELECT * FROM comments where page='$addthispage' ORDER BY id DESC"; } $result=mysql_query($query); mysql_close(); $num=mysql_numrows($result); if ($num == 0) { echo "No comments posted yet"; } $i=0; while ($i < 3 and $i < $num) { $poster=mysql_result($result,$i,"poster"); $comment=mysql_result($result,$i,"comment"); $date=mysql_result($result,$i,"date"); $page=mysql_result($result,$i,"page"); $id=mysql_result($result,$i,"id"); // transform the date $dateinnumbers = strtotime("$date"); $dateinletters = date("m-d-y", $dateinnumbers); echo<< $comment Reply to this message END; ++$i; } ?> View more on this page... View all discussion... ADD A COMMENT ![]()
![]() Donate your cash to LeonsTemple.com. Help out by clicking the paypal button below. * We're NOT a non-profit organization in the sense that your donation is tax-deductable, only non-profit in the sense that there are no profits to be made. ![]() Sign up to recieve free updates: Contribute? Want something changed? Write us at cool @ leons temple . com (remove spaces) ![]() |
This page is for you to look up and post contact information about other you-know-who's from Kalamazoo and from fans of this music (where ever they may exist). A lot of this activity is already happening on MYSPACE, and whereas five years ago only a few of folks were frequently online, everybody has some sort of e-touch these days. INSTRUCTIONS FOR POSTING: Its recommended that you post your homepage, MYSPACE or similar page here. You can post your e-mail address, but be warned that spam robots will pick it up and you'll be bombarded with SPAM. Also, please take a second and re-introduce yourself. Its an open field, so put in whatever you want. In general, we'll only delete posts that seem irrelevent to the theme of the site. END; $dbh=mysql_connect ("localhost", "leonstem_leonuse", "head1ache") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("leonstem_leon"); $query="SELECT * FROM connections order by poster asc"; $result=mysql_query($query); $num=mysql_numrows($result); if ($num == 0) { echo "Nobody has left a connection yet."; } $i=0; while ($i < $num) { $aboutme=mysql_result($result,$i,"aboutme"); $poster=mysql_result($result,$i,"poster"); $dateadded=mysql_result($result,$i,"dateadded"); echo<<
$poster
Posted on $dateadded
| $aboutme END; ++$i; } ?> include 'footer.html'; ?> |