The problem is that i have 3 database tables
- 1st table of users with user_id
- 2nd table is attribute with attribute_id and attribute_name
- And 3rd one is Rating table having user_id and attribute_id
i want to get attribute_name from 2nd table using attribute_id after click on the specific user? Is it possible? If answer is Yes then please give me a suggestion how yo do this? thanks sir in advance?
- Here i'm upload the image that after i click on specific user for edit display its record from user table and attribute_id from attribute table using many to many relation and problem is that we get attribute_name of specific id from Rating table using the attribute_id?? Is It Possible?
Its Edit form and below submit button get id from attribute table but we want to display attribute_name from rating table