I am trying this code:
$rescntryvals[] = $rescntry;
$rescntry = "";
$resclkvalscntry[] = $rclick;
$rclick = "";
$resclkaddsnm[] = $addsnmame;
$addsnmame = "";
But I get this:
warning: Cannot use a scalar value as an array
Why? And what is the solution?