Hello!
I'm getting the following error:
mysql_fetch_row(): supplied argument is not a valid MySQL result resource in [path]/pp-classifieds/inc_ads.php on line 69
Line 69 reads:
while ( list( $catugid, $ugnoview ) = mysql_fetch_row($resultb) )
Syntax checker states the problem is in this first line, and has something to do with the use of while. Anybody here familiar with this? Thanks!