Hi
I'm creating a custom admin page that allows the admin of my site to add urls to a database table. With this url, is other specific information, such as who was involved in the development of the pages and files within. This "add" page would be to allow additions to this site's "world list"
http://www.friendship-cafe.com/ then scroll down to the middle of the page.
I've attached an image of what I have so far but I'd like to be able to construct something with check boxes that looks like this:
[ ] Developer1 [ ] Developer2 [ ] Developer3 [ ] Developer4
[ ] Developer5 [ ] Developer6 [ ] Developer7 [ ] Developer8
[ ] Developer9 [ ] Developer10 [ ] Developer11 [ ] Developer12
Each one of these is the name of a developer or specific user in the users table. I'm not sure if this is the best way to "assign" users or developers to a url though.
I would also be keeping track of url and developer since this is a many to many relationship with a join table.
Any help on this would be appreciated,
Jim