That seems to work pulling the Cat ID to display here
<a href="listingdetail.php?listid=<?=$objListings[listing_id]?>&catid=<?=$objListings[category_id]?>"><b><?=$price?><?=$objListings[listing_title]?></b></a> <?=$location?> <?=$categoryname?>
but for some reason the category name isn't being pulled - just the ID
And its displaying the following
* test ( sf ) SELECT category_name FROM category_master WHERE category_id = '225'
I'm a little new to object oriented php - so may be missing something here.