Hello world i need to know how to make output form. Now ouput making like this: <tr><td>label1</td><td>value1</td></tr> <tr><td>label2</td><td>value2</td></tr> I need to make output like this: <tr><td>label1</td><td>value1</td> <td>label2</td><td>value2</td></tr>
Thanks for helping me
coopster
12:39 pm on Mar 10, 2005 (gmt 0)
Depends on where the data is coming from, but in any case, the solution is quite the same. Loop through the entries and print them out. An example, using an array: