[ PHPXref.com ] [ Generated: Sun Jul 20 16:49:38 2008 ] [ Chipmunk CMS 1.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> right.php (source)

   1  <?php
   2  print "<table class='maintables'><tr class='headline'><td><b><font color='white'><center>News Categories</center></font></b></td></tr>";
   3  print "<tr class='forumrow'><td>";
   4  $getnewscats="SELECT * from b_artcats order by categoryid ASC";
   5  $getnewscats2=mysql_query($getnewscats) or die("Could not get article categories");
   6  while($getnewscats3=mysql_fetch_array($getnewscats2))
   7  {
   8    print "<li><A href='cat.php?ID=$getnewscats3[categoryid]'>$getnewscats3[categoryname]</a><br>";
   9  }
  10  print "</td></tr></table><br><br>";
  11  ?>
  12  <table class='maintables'><tr class='headline'><td>Search Articles</td></tr>
  13  <tr class='forumrow'><td><form action='searchart.php' method='post'><input type='text' name='phrase' size='20'><br>
  14  <input type='submit' name='submit' value='search'></form></td></tr></table><br><br>
  15  <table class='maintables'><tr class='headline'><td><b><font color='white'><center>Site sections</center></font></b></td></tr>
  16  <tr class='forumrow'><td>
  17  <li><A href="board/index.php">Community</a><br>
  18  <li><A href="catalog/index.php">Link Directory</a><br>
  19  </td></tr></table>


[ Powered by PHPXref - Served by Debian GNU/Linux ]