Re: [PHP] Insert an array into MySQL

2002-06-23 Thread Rob Packer
whole thing, just for the > > checkboxes. Also, what does your CREATE TABLE look like for the table > > your trying to insert this data into? > > > > ---John Holmes... > > > > > -Original Message- > > > From: Rob Packer [mailto:[EMAIL PROTE

Re: [PHP] Insert an array into MySQL

2002-06-23 Thread Rob Packer
? > > ---John Holmes... > > > -Original Message- > > From: Rob Packer [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, June 23, 2002 7:50 AM > > To: [EMAIL PROTECTED] > > Subject: [PHP] Insert an array into MySQL > > > > Hi, I've seen

Re: [PHP] Insert an array into MySQL

2002-06-23 Thread Rob Packer
; your trying to insert this data into? > > ---John Holmes... > > > -Original Message- > > From: Rob Packer [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, June 23, 2002 7:50 AM > > To: [EMAIL PROTECTED] > > Subject: [PHP] Insert an array into MySQL > > > > Hi,

RE: [PHP] Insert an array into MySQL

2002-06-23 Thread John Holmes
, just for the checkboxes. Also, what does your CREATE TABLE look like for the table your trying to insert this data into? ---John Holmes... > -Original Message- > From: Rob Packer [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 23, 2002 7:50 AM > To: [EMAIL PROTECTED] > Subje

[PHP] Insert an array into MySQL

2002-06-23 Thread Rob Packer
Hi, I've seen a few post for this same thing but I can't seem to get it working. What I'm doing is taking a form with check boxes and putting them into an array. Then I'm attempting to INSERT them into the db, one checkbox value per row. Okay, well I've tries 2 ways that I think should work and