View Single Post
Old February 11th, 2006, 06:14 PM   #3 (permalink)
ArchangelX
Member
 
Join Date: Feb 2006
Location: Honolulu, HI
Posts: 83
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!
ArchangelX is offline   Reply With Quote