Zur Boardunity Forenstartseite

Zurück   Boardunity & Video Forum » Foren durchsuchen

Zeige Ergebnis 1 bis 2 von 2
Die Suche dauerte 0,00 Sekunden.
Suchen: Beiträge von: Philipp Gérard
Forum: X-Mentor (Archiv) 19.03.2004, 06:26
Antworten: 4
Hits: 3.239
Erstellt von Philipp Gérard
SELECT id,title,pretext,time,author,preimg FROM "...

SELECT id,title,pretext,time,author,preimg FROM " . SQL_PREF . SQL_TBL2 . " WHERE status='1' AND category = '_id_der_kategorie_' ORDER BY time DESC
Forum: X-Mentor (Archiv) 18.03.2004, 06:56
Antworten: 4
Hits: 3.239
Erstellt von Philipp Gérard
system.class.php -> Funktion index(). ...

system.class.php -> Funktion index().


$result = $GLOBALS['Sql']->getdata("SELECT id,title,pretext,time,author,preimg FROM " . SQL_PREF . SQL_TBL2 . " WHERE status='1' ORDER BY time DESC LIMIT...
Zeige Ergebnis 1 bis 2 von 2

 
Gehe zu





1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25