Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
1 Posted Topic
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource code is here $query = "SELECT * FROM upload_question_1 ORDER BY Rand() WHERE exprience='".$expr."' AND gread='".$catg."' LIMIT 1"; $result = mysql_query($query); while ($row = mysql_fetch_array($result, MYSQL_NUM)) { //echo "<tr><td>$row[0]</td><td>$row[1]</td><td>$row[2] </td></tr>"; echo $row [1];
The End.
visagar