Skip to main content
Participant
September 23, 2011
Question

how to entre multi value to field

  • September 23, 2011
  • 2 replies
  • 431 views

hello all first sorry for my very bad english i will try to explain what i need

i want to creat simple script php&mysql for news with categories

if i want to add article to 2 or 3 categories??

how to do it i think i must create multi chekbox but vlue of this chekbox must be extracted from db

i have dreamweaver CS4

thanks for help

This topic has been closed for replies.

2 replies

Participating Frequently
September 24, 2011

Each value should be stored in a separate database row in a news_category table. To display, read the rows into a recordset and then loop through the recordset, checking each checkbox as appropriate.

Participant
September 23, 2011

pleas help!!!!!!!!!!