i can't understand why this does't work
$j = 1;
while (isset($u[$j - 1]))
{
$spus = array_intersect($spus, $spusok["$j"]); //line 88
$j++;
}
The text of error is next:
Warning: array_intersect(): Argument #2 is not an array in d:\webserwer\localhost\www\galexpo\vid\visitors_katalog.php on line 88
but $spus and $spusok["$j"] is array (checked).
Help plise.