phpbar.de logo

Mailinglisten-Archive

Vielleicht ein Join?

Vielleicht ein Join?

Denis Mettler mysql_(at)_lists.phpcenter.de
Tue, 17 Apr 2001 16:37:07 +0200


Hi Juri

<?
// connect
$Link_ID = _(at)_mysql_connect("localhost", "user", "abrakadabra");

// select
_(at)_mysql_select_db("url_verzeichnis");
// run
$sql = "SELECT a.*, b.*, c.CatID FROM links AS a LEFT JOIN
categorie_zugewiesen as b on  a.LinkID=b.LinkID left join categorie as c on
b.CatID=c.CatID";

$Query_ID = _(at)_mysql_query($sql);

// fetch
$arrTmp = array();
while ($arrTmp = _(at)_mysql_fetch_array($Query_ID))
{
 print '<br>'.$arrTmp['Link']; // FeldName wenn eindeutig fuer alle Tbl
 print '<br>'.$arrTmp['CatName']; // oder AS Teil wenn nicht eindeutig
}
?>

So sieht das bei mir aus.
Er wirft auch im Quellcode die ergebnisse aus,
mit der ausnahme,
dass ich den Kategorie Namen (CatName) aus Tabelle c (categorie) nicht
angezeigt bekomme.
CatName soll statt CatID angezeigt werden.

Das ist mein letztes Problem!

Gruss
Denis

---
*** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql 



php::bar PHP Wiki   -   Listenarchive