Topic: Problem with categories.
Hello, I need help for a problem that I have with the categories.
I write this:
<?php
$number="50";
$category="1,25,37,45";
include("/home1/oscarpeu/public_html/pierateatro/chollo/cutenews/show_news.php");
?>
I need to show only the news that meets those requirements of category and not to show me all the news that is category with the number 1, all of number 25,all of number 37 ..... Only those who meet these conditions.
I do not know if I explained well. Forgive I not speak English.
Thanks.