Hello all its me again
I need to make a comparison table for a website i’m building pulling data from a MySQl database using php.
Now i have set up my MySQL tables that hold the data like this
-----cms_packages----- (holds the package information)
package_id
package_info
-----cms_features----- (holds the features)
feature_id
feature_info
-----cms_package_features----- (links the pack to its features)
package_id
feature_id
now i need to create a table that list the packages and features putting a yes or no if the package has that feature or not.
Now my little brain can’t seem to work this out and i was wondering if any of you lot have done this or something similer.
I do have code but its pointless showing any as its not working.
help ha ha ha