View Single Post
Old 05-30-2008, 09:07 PM   #2 (permalink)
Jmz
The Acquainted
 
Join Date: Oct 2007
Location: Newcastle, UK
Posts: 113
Thanks: 3
Jmz is on a distinguished road
Default

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.
__________________
Free CSS Tutorials
Send a message via MSN to Jmz
Jmz is offline  
Reply With Quote