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