Thread: PHP Problem
View Single Post
01-07-2007, 07:21 PM
#2
Paris Holley is offline Paris Holley
Status: Member
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 347
iTrader: 0 / 0%
 

Paris Holley is on a distinguished road

  Old

try renaming your variables, it seems you have the post information in $row originally

Code:
while($row = mysql_fetch_array($q))
then you are replacing it with what looks to be the forum information

Code:
$row = mysql_fetch_array($q2);
rename the second variable and you should be good