944,068 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 752
  • PHP RSS
Jun 24th, 2007
0

how do i solve the below error

Expand Post »
Warning: mysql_fetch_assoc(): 3 is not a valid MySQL result resource in C:\Inetpub\wwwroot\BMF\Web\news.php on line 63

Records 1 to 2 of 2

PHP Syntax (Toggle Plain Text)
  1. <table width="355" height="50" border="0" align="left">
  2. <tr>
  3. <td><strong>Date</strong></td>
  4. <td><strong>Subject</strong></td>
  5. </tr>
  6. <?php do { ?>
  7. <tr>
  8. <td> <a href="details.php?recordID=<?php echo $row_news['id']; ?>"> <?php echo $row_news['date']; ?>&nbsp; </a> </td>
  9. <td> <?php echo $row_news['subject']; ?>&nbsp; </td>
  10. </tr>
  11. <?php } while ($row_news = mysql_fetch_assoc($news)); ?> //line 63
  12. </table>
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
dumisibanda is offline Offline
2 posts
since Jun 2007
Jun 24th, 2007
0

Re: how do i solve the below error

That most likely means your query failed. You need to verify your query is correct. Echo it out to the screen and run it from the command line or echo out mysql_error() to see what the problem is.
Moderator
Reputation Points: 161
Solved Threads: 38
He's No Good To Me Dead
stymiee is offline Offline
1,422 posts
since May 2006
Jun 24th, 2007
0

Re: how do i solve the below error

i tried what you told me and i get a
PHP Syntax (Toggle Plain Text)
  1. Resource id #5
Reputation Points: 10
Solved Threads: 0
Newbie Poster
dumisibanda is offline Offline
2 posts
since Jun 2007
Jun 24th, 2007
0

Re: how do i solve the below error

That's your connection ID, not your query.
Moderator
Reputation Points: 161
Solved Threads: 38
He's No Good To Me Dead
stymiee is offline Offline
1,422 posts
since May 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: can I get a title from an html header tag?
Next Thread in PHP Forum Timeline: Wap development with PHP





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC