Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how to entre multi value to field

New Here ,
Sep 23, 2011 Sep 23, 2011

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

TOPICS
Server side applications
431
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 23, 2011 Sep 23, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 23, 2011 Sep 23, 2011
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines