| 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) ) {
|