Multiple selections

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
minds_gifts
Forum Commoner
Posts: 63
Joined: Mon Feb 10, 2003 4:23 am

Multiple selections

Post by minds_gifts »

I would like to make a multiple selection.

For example,

In my example, an article can belong to many categories.lets assume an article with name article1 and this can belong to categories - cat1, cat3 and cat5.
article 2 belongs to cat1 and cat2 alone.

I've made a form where i can insert the article name.well, how can i make the multiple selection while i try to insert an article name.

Any suggestions please.

Many thanks
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

checkboxes?
User avatar
Sevengraff
Forum Contributor
Posts: 232
Joined: Thu Apr 25, 2002 9:34 pm
Location: California USA
Contact:

Post by Sevengraff »

How are you storing the articles? in a database, or as flat files?
Post Reply