|
I took a look at the problem areas...the ones that were showing errors, and I honestly have no clue what's wrong...
For the first error...the line is:
while ( list( $catugid, $ugnoview ) = mysql_fetch_row($resultb) ) {
The second error line is:
while (list($pid,$puser,$puserid,$pcat,$photo,$height,$width,$catname,$cphotos,$cposts) = mysql_fetch_row($result)) {
The third error line is:
while ( $categories = mysql_fetch_row($boards) ) {
The fourth error line is:
mysql_free_result($boards);
So...do I have whatever the "$result" and "$boards" variable is...do I have it defined wrong or something? Thanks!
|