require("header.php"); require('global.inc.php'); SQLConnect(); echo $banners[7]; if ($_GET["cat"] != "") $result = @mysql_query("SELECT ID, Title, Author, Place FROM articles WHERE Cats='" . bad_kitty($_GET["cat"]) . "' ORDER BY Author, PXN, Place, ID"); elseif ($_GET["author"] == "all") $result = @mysql_query("SELECT ID, Title, Author, Place, Cats FROM articles ORDER BY Author, PXN, Place, ID"); else $result = @mysql_query("SELECT ID, Title, Author, Place FROM articles WHERE Author='" . bad_kitty($_GET["author"]) . "' ORDER BY PXN, Place, ID"); if(@mysql_numrows($result) == 0) { echo "No articles found, milord."; } else { $first = 1; if ($_GET["cat"] != "") echo "
" . $array['Author'] . "" ;
echo " (all articles by this author)
";
$c++; }
$currauthor = $array['Author'];
echo "
Please visit Archives for other categories of experiences and articles require("footer.php"); ?>