
June 21st, 2000, 03:01 PM
|
|
Registered User
|
|
Join Date: Nov 1999
Location: Monroe, WA, USA
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I am receiving a very strange error when running a while loop to pull out rows from a mySQL db using PHP....
Warning: Supplied argument is not a valid MySQL result resource in /home/tribaloutpost/public_html/teamwa/tribescon/roster.php3 on line 40
Line 40 is the beginning of the while loop which looks like...
while($myrow = mysql_fetch_array($result)) {
$list[$myrow['id']] = $myrow["$sortby"];
}
Any ideas? I am in deperate need. Thanks
|