05-30-2008, 09:07 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Oct 2007
Location: Newcastle, UK
Posts: 113
Thanks: 3
|
I managed to get this fixed finally
I needed to add:
Code:
// seek back to record #1 for the next loop
mysql_data_seek($result2, 0);
$row2 = "";
To reset the inner loop.
|
|
|