login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Warning: mysql_fetch_array(): supplied argument ..... (Opgelost)

Offline Gezienus - 04/02/2010 20:53
Avatar van GezienusLid Ik heb onderstaande query om data uit een tabel te halen.
  1. <?php
  2. $sql_details = mysql_query("SELECT * FROM nieuws ORDER BY datum_invoer DESC LIMIT 15");
  3. while ($row_detail = mysql_fetch_array($sql_details)) {
  4. $id = $row_detail['id'];
  5. $datum = $row_detail['datum_invoer'];
  6. $titel = $row_detail['titel'];
  7. $nieuws = $row_detail['nieuws'];
  8.  
  9. ?>
  10. <table width="100%" border="0">
  11. <tr>
  12. <td width="20%" align="left" style="font-size:12px"><?php echo cnv_dat($datum); ?></td>
  13. <td align="left" style="font-size:12px"><a href="index.php?location=detail_nieuws&id=<?php echo $id; ?>"><?php echo $titel; ?></a></td>
  14. </tr>
  15. <?
  16. }
  17. ?>
  18. </table>


Ik krijg de volgende foutmelding:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in .......

Wie kan en wil mij vertellen wat er niet juist is.
Ik kom er niet uit.

1 antwoord

Gesponsorde links
Offline Stijn - 04/02/2010 20:57
Avatar van Stijn PHP expert Zet eens or die(mysql_error()) achter je mysql_query. De query moet een fout bevatten.
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.183s