Hey guys i'm using this code
and my script is showing only one DB entry and repeat it forever.
PHP Code:
if(!$row = mysql_fetch_array($catQuery, MYSQL_BOTH))
$images->showError();
else while($row)
print $row['category'].'<br>';
Comment