Hey,
So I have a pretty simple question: Alot of my news articles are assigned to multiple categories.
Within the article title I have links to filter the news by those categories:
Category: <a href="http://www.mysite.com/news_archives.php?catId={categories}">{categories}</a>
Then in my page, I'm just grabbing that variable via a $_GET["catId"];
So the problem is that when these stories are assigned to multiple categories, it just returns everything.
Is it possible to filter the articles across multiple categories?
Thanks!
[deleted]
[deleted]