View Single Post
  #2 (permalink)  
Old Dec 19th, 2006, 15:28
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Downloads display thing...

Me thinks the problem is here:
Code: Select all
$dcounter=$dcounter["dcounter"]; 
$pcounter=$pcounter["pcounter"]; 
Should not the variable immediately to the right of = be $row?
Reply With Quote