Topic: My Category won't work..

No matter what I do, every news item is shown reguardless of the category # in the script.

One would think that only category '18' would be displayed but no... everything comes up... Help

Here's my script to pull up category 18  Script name is - district.php

<HTML>
  <HEAD>
     <TITLE>District 2 News Room</TITLE>
  </HEAD>
  <BODY BACKGROUND="ncmnthbk.jpg">
     <CENTER>
        <TABLE BORDER="4" CELLPADDING="5" CELLSPACING="5"
         BGCOLOR="#FFFFFF">
          <TR>
             <TD><?PHP
$categoty = "18";
include("show_news.php");
?></TD>
            
          </TR>
        </TABLE>
<A ONCLICK="history.go(-1)"><IMG SRC="arrow1what.gif"
        ALT="Back One Page" ALIGN="ABSMIDDLE" WIDTH="31" HEIGHT="31" BORDER="0">
        Home Page!
</A></CENTER> </BODY>
</HTML>

Email me at: gunny@thegunnys.us

Re: My Category won't work..

$categoty = "18";

?????
https://cutephp.com/forum/style_emoticons/default/wink.gif

Re: My Category won't work..

$categoty = "18";

?????
https://cutephp.com/forum/style_emoticons/default/wink.gif

Question..... is there a stats plugin / addon???  If YES, where can I get it?