I have this script that generates a multiple array:
Code: Select all
Code: Select all
I want to use the array[x] with the array_intersect as in
Code: Select all
Code: Select all
Code: Select all
{
$temp .= '$array['.$k.'],';
}
Code: Select all
Code: Select all
Code: Select all
So my question is, how can I do this?
Cheers!