I have three tables: hosting_pack, hosting_attr and hosting_attr_value.
One hosting_category can have many hosting_packs and many hosting_attributes.
To know the hosting_value, we must know the hosting_pack and the hosting_attribute, so hosting_pack contains the pack information, hosting_attr contains the attributes, and hosting_attr_value contains the values of every attribute in one pack.
Described as follows :

I want to display a table like this:
hosting_attr, hosting_attr_value , for a given id_hosting_pack
Note: the relation between hosting_categ and hosting_attr doesn’t exist, just ignore it.
Try this:
If you do not know
id_hosting_pack, you can look it up in-line