Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP/MySQL-Fehler
#1
Hallo liebe Community,

ich hab mal wieder ein kleines Problem und weiß nicht weiter...

Für die Homepage unseres Minecraft-Servers würde ich gerne eine Statistiken-Seite programmieren, so sieht ein Teil des Codes aus:

PHP Code:
$query mysql_query("SELECT * FROM lb-players ORDER BY onlinetime ASC LIMIT 0,5"); 

Nun wird aber folgender Fehler ausgegeben:
Code:
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in [...] on line 10

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-players ORDER BY onlinetime ASC LIMIT 0,5' at line 1

Sind Minuszeichen (-) im Syntax nicht erlaubt, oder stimmt etwas anderes nicht?

Ein Serverseitiges Plugin (ist in Java programmiert) kann aber doch auch Einträge hinzufügen/verändern!

lg
knollenmax
Reply


Messages In This Thread
PHP/MySQL-Fehler - by knollenmax - 16.11.2011, 17:46
RE: PHP/MySQL-Fehler - by Molt - 16.11.2011, 17:48
RE: PHP/MySQL-Fehler - by knollenmax - 17.11.2011, 20:46
RE: PHP/MySQL-Fehler - by Molt - 18.11.2011, 16:47
RE: PHP/MySQL-Fehler - by Steffen - 18.11.2011, 18:45
RE: PHP/MySQL-Fehler - by SlimShady95 - 18.11.2011, 21:30
RE: PHP/MySQL-Fehler - by Steffen - 18.11.2011, 22:09



Users browsing this thread: 1 Guest(s)