Volker Nebelung: MySQL: liefert es ein Ergebnis?

Beitrag lesen

Hi!

Aloha 'oe,

Wie kann ich überprüfen ob MySQL ein Ergebnis zurückliefert?

=>
$result = mysql_query("SELECT * FROM table WHERE id="2323");

Das Problem ist ein anderes. Schau dir nochmals an, wie du deine Anführungszeichen gesetzt hast und was das für Auswirkungen hat.

Gruß, Volker

--
„I conclude that there are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies and the other way is to make it so complicated that there are no obvious deficiencies."
- Tony Hoare