View Single Post
Old 11-04-2007, 19:36   #5 (permalink)
raptrex
Registered User
 
Join Date: Oct 2006
Posts: 13
thx cborrow very much, it works like a charm
except you need to change $r to $r2 here
Code:
while($o2 = mysql_fetch_array($r)) { //Display it's comments
cuz its comming from a different row
but other than that, thx
  Reply With Quote