Hallo
Habe in einem Script
Nun wird diese URL in der Datei sort.php ausgewertet und die Datrenbank abgefragt.
und nun bekomme ich die Fehlermeldung
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/htdocs/v093191/hdp/sort.php on line 51
Line 51 ist da wo while steht.
Wisst ihr woran das liegen könnte?
Habe in einem Script
PHP-Code:
<a href=\"sort.php?SUID=$SUID&sortb=a&sortB=A\">A</a>|
fortlaufend bis z...
PHP-Code:
$result = mysql_query("SELECT * FROM $information WHERE nname == $sortb OR $sortB ORDER BY nname ASC");
while ($info = mysql_fetch_array($result,MYSQL_Both))
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/htdocs/v093191/hdp/sort.php on line 51
Line 51 ist da wo while steht.
Wisst ihr woran das liegen könnte?
Kommentar