login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Error mysql_fetch_array

Offline bennieboy - 02/01/2006 19:23 (laatste wijziging 02/01/2006 19:37)
Avatar van bennieboyHTML beginner Warning: mysql_fetch_array(): 4 is not a valid MySQL result resource in /home/a2433met/public_html/MySpaze/moppen/weergevenmoppen.php on line 15

Waaraan kan dit liggen?

Edit: dit is de code
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <title>Untitled Document</title>
  7. <link href="../ms.css" rel="stylesheet" type="text/css">
  8. </head>
  9.  
  10. <body class="background">
  11. <?
  12. include("config.php");
  13.  
  14. $res = mysql_query("SELECT * FROM moppen ORDER BY id DESC");
  15. while ($arr = mysql_fetch_assoc($res))
  16. {
  17. ?>
  18.  
  19. <table width="640" border="0" align="center" cellpadding="2" cellspacing="0">
  20. <tr>
  21. <td height="30" class="menubordertopbreed"><div class="titel" align="center"><? echo $arr["titel"].""; ?></div></td>
  22. </tr>
  23. <tr>
  24. <td class="menuborderbottom">
  25. <div class="text"><? echo $arr["mop"].""; ?></div></td>
  26. </tr>
  27. </table>
  28. <br>
  29. <?
  30. }
  31. ?>
  32. </body>
  33. </html>

0 antwoorden

Gesponsorde links
Er zijn nog geen reacties op dit bericht.
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2025 Sitemasters.be - Regels - Laadtijd: 0.174s