pretty straightforward question actually..
is it possible in PHP to combine two separate arrays of the same length to one associative array wh
array_combine($keys, $values)
PS: Click on my answer! Its also a link!