hallo
also wenn ich
eingebe listet er mir gar nichts aufPHP-Code:
$query = ' SELECT a.*, b.category FROM #__allps_gift AS c'.
' LEFT JOIN #__allps_gift_category AS b ON b.id = a.catid';
nur bei
bekomm ich ein ergebniss. Nur das Kategorie dann "1" steht und nicht "Smileys"PHP-Code:
$query = "SELECT * FROM #__allps_gifts";