Gedoe met mysql_fetch_array
- -
23/04/2006 16:43:00Hey,
Ik heb wat gedoe met de functie mysql_fetch_array:
Dit is de foutmelding:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/jonathan/domains/jonathanhogervorst.com/public_html/liesbeth/pags/e-expositie.php on line 3
Help me please................
Groeten,
Jonathan Hogervorst
Ik heb wat gedoe met de functie mysql_fetch_array:
Code (php)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
<?
$query = "SELECT * FROM series WHERE status = \"on\"";
$result = mysql_query($query);
while ($row = mysql_fetch_array($result)){
extract($row);
print("<br><a href=\"pags.php?id=serie&serie=".$id."\" target=\"_self\">".$titel."</a>\n");
}
?>
$query = "SELECT * FROM series WHERE status = \"on\"";
$result = mysql_query($query);
while ($row = mysql_fetch_array($result)){
extract($row);
print("<br><a href=\"pags.php?id=serie&serie=".$id."\" target=\"_self\">".$titel."</a>\n");
}
?>
Dit is de foutmelding:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/jonathan/domains/jonathanhogervorst.com/public_html/liesbeth/pags/e-expositie.php on line 3
Help me please................
Groeten,
Jonathan Hogervorst
Gewijzigd op 01/01/1970 01:00:00 door - -