Thread: Mysql Error
View Single Post
Old May 8th, 2008, 12:17 PM   #1 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Mysql Error

Can anyone shed some light on this error?

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/public_html/skidpics/forums/photopost.php on line 78.

It shows on uploadphoto.php

here is line 78:

while ( list( $userid, $username ) = mysql_fetch_row($queryv) ) {
skidpics is offline   Reply With Quote