I'm trying to install PHP News on my website. I got it to work fine where I was able to post headlines as links, which is what I want. But there's suppose to be another option in which you can categorize your posts...in this case I have two categories, one for "news" and one called "pronews". As far as I know, I'm just suppose to put some code on my website where I want headlines from each category to be listed, however the following error pops up on my website instead:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/michigan/www/www/news/headlines.php on line 67
I also saw in the control panel that I'm suppose to use the following code:
yournewspage.php?action=showcat&catid=IDNUM
However it doesn't say where I should put this code (on the website, in a news posting template, etc...). I've tried several things with it, but still no dice. Also tried posting on the PHPNews forum, but haven't gotten a response yet. So what's my first step in solving this problem?