Forum Moderators: coopster

Message Too Old, No Replies

Parallel output

         

orion_rus

9:22 pm on Dec 18, 2004 (gmt 0)

10+ Year Member



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

coopster

9:47 pm on Dec 21, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Would the first step need to be to determine the array with the greatest amount of elements?