Hi,
I have something like this
<?
if(isset($_REQUEST['groupid'])){
$vesti = Vesti_Manager::getVesti($_SESSION['language_id'],array($_REQUEST['groupid']));
} else {
$vesti = Vesti_Manager::getVesti($_SESSION['language_id']);
}
?>
and i want list only if ['groupid'] is in array (1,2,3,4,5,6,7,8 )
Thanks.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.