i have one array such as any $_POST without key,after clear html tags i want to merge and combine with other array.for example
PHP
$farray= array($a , $b , $c);
i want to merge with below array:
PHP
$filter=array('id'=>$farray[0],
'description'=>$farray[1],
'portal'=>$farray[2]);
those array are sample like my code, how to merge this arrays, i dont want to use array cell