I have 3 arrays.
like $array1['pool']
in each array i stores different hotel paramaters.
I need to organize parallel output in tr
it should seems like
<tr>
<td>$array1[index]</td>
<td>$array2[index]</td>
<td>$array3[index]</td>
</tr>
of cause each array have its own size.
P.S. if anybody knows method to organize parallel output
then $array=($array1=>array(),$array2=>array(),$array3()) please type it here
Thanks in advance