Ok I tired this but it did not help, but thank you.

-----Original Message-----
From: Herman Verkade [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, 28 July 2002 1:18 a.m.
To: 'Barry Rumsey'
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-DB] select from two tables


Well, I'm just a beginner myself, but I would say that:

> echo"<i> by "; echo ($albumby[xoops_artist.artist]); echo"<i><br>";

should at least be:

> echo"<i> by "; echo ($album[xoops_artist.artist]); echo"<i><br>";

or even:

> echo"<i> by "; echo ($album[artist]); echo"<i><br>";

Hope this helps,

Herman


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to