I am now making a content management system for my site and I made a form that adds a new task to the database but I want this form to enable multiple users to this task I user select tag and allowed multiple choice but when I click submit I only found that only the first user has been added to the database although I made table in my database called tasks_users that takes the Id of the user and the ID of the task
so please if anyone knows a solution to this problem contact me
Thanks

Recommended Answers

All 3 Replies

Post your code.

At a time one user can insert data in any form. Any how send your code plz

If you mean for a user to be able to select multiple items in a combo box then make the name of the combo box name=name[] and use a foreach loop to check the results.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.