phpbar.de logo

Mailinglisten-Archive

[php] Warning: 1 is not a MySQL result index

[php] Warning: 1 is not a MySQL result index

=?ISO-8859-1?Q? Michael_Dorfm=FCller ?= Dorfmueller.M.StB_(at)_t-online.de
Tue, 26 Dec 2000 17:58:20 +0100


Hallo Liste,

beim Aufruf einer normalen MySQL-Abfrage 
$result = mysql_query("SELECT sid, aid, title, time, hometext,
bodytext, comments, counter, topic, informant, notes FROM stories
ORDER BY sid DESC limit $storynum");  

erscheint öfters die Meldung 

"Warning: 1 is not a MySQL result index 
in /usr/local/httpd/htdocs/html/index.php on line 33"

In Zeile 33 ist eine normale Schleife mit while definiert, die auf
die Variable "$result" zugreift.
while (list($s_sid, $aid, $title, $time, $hometext, $bodytext,
$comments, $counter, $topic, $informant, $notes) =
mysql_fetch_row($result))

In der Tabelle stories sind sieben Datensätze vorhanden.

Merkwürdigerweise werden diese über phpMyAdmin aber auch nicht immer
angezeigt, wenn ich "browse" eingebe.

Ich nutze Linux 2.0.36
PHP 3.0.6
Apache 1.3.4
MySQL 3.21.33b

Vielen Dank für Tips

Michael



php::bar PHP Wiki   -   Listenarchive