Re: [PHP] Check Boxes and updating records. (HELP ME....)

2002-02-04 Thread Erik Price
On Friday, February 1, 2002, at 06:05 PM, Georgie Casey wrote: > OK, I've a page for my users to sign up on my website and in the form, > there's a few checkboxes fields. So I set the name of the check boxes as > name[] and PHP made an array of all the options choosen. All the check > boxes >

Re: [PHP] Check Boxes and updating records. (HELP ME....)

2002-02-02 Thread Yogesh
Hi! I've developed something like this recently, i'll explain to you how i proceeded, maybe that'll help you to solve your problem :-) Here goes: I have the following tables: 1. users (primary key: user_id) 2. categories (primary key: category_id) Now, the users may be in different categ

FW: [PHP] Check Boxes and updating records. (HELP ME....)

2002-02-01 Thread Lazor, Ed
> -Original Message- > From: Lazor, Ed > Sent: Friday, February 01, 2002 3:20 PM > To: 'Georgie Casey' > Subject: RE: [PHP] Check Boxes and updating records. (HELP ME) > > > Test the value of the variable storing whether the checkbox should b

[PHP] Check Boxes and updating records. (HELP ME....)

2002-02-01 Thread Georgie Casey
OK, I've a page for my users to sign up on my website and in the form, there's a few checkboxes fields. So I set the name of the check boxes as name[] and PHP made an array of all the options choosen. All the check boxes values are numbers, so I got all the numbers from the array, put a comma betw