More Complex Restructuring
Hi!
Here more complex resturcturing of data whihc i have totally failed to do.
Currently i get records from mysql in the following format:
id 1
desc 1
id 2
desc 2
id 3
desc 3
id 4
desc 4
id # and desc # are 1 record displayed in 2 lines. for eg. echo $a1[id];
echo "<br>\n";
echo $a1[desc];
now i want to have them using tables in the following format:
id 1 id 2
desc1 desc 2
id 3 id 4
desc3 desc 4
Is this possible ? very urgent please help i wasted my whole day and got nothing :( :mad:
Thanks!