lional Posted January 8, 2008 Share Posted January 8, 2008 Hi All I have written a form to capture a members details. This updates the members details. On the form is a list of checkboxes that lists the various interests. The interests updates another table in the form of the memberID and the interest/s that they selected. When I want to edit the form I need to pull the info from the tables. The first table is fine but I am stuck with the one with the interests. The data is displayed as such 1 reading 1 football The number 1 is the client number, but the interests will differ from member to member. I would like to pull the interests and use this info to check the checkbox if that interest was previously selected. Is this done with arrays, and if so could someone please point me in the right direction Regards Lional Quote Link to comment https://forums.phpfreaks.com/topic/85018-php-mysql/ Share on other sites More sharing options...
Ken2k7 Posted January 8, 2008 Share Posted January 8, 2008 Could you post your code so far? Quote Link to comment https://forums.phpfreaks.com/topic/85018-php-mysql/#findComment-433581 Share on other sites More sharing options...
lional Posted January 8, 2008 Author Share Posted January 8, 2008 I have written the first section of the query for the member details, but the second section for the interests I am in a situation where II don't know where to begin Quote Link to comment https://forums.phpfreaks.com/topic/85018-php-mysql/#findComment-433630 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.