Re: [PHP-DB] using a variable as values in an array

2003-03-31 Thread Charles Kline
=> $thevalue){ $defaultValues['ib_article'][$thevalue] = 'true'; } I'm not sure if the indices line up exactly with what you had in mind, but I'm confident you can play with it to get what you want. -Original Message- From: Charles Kline [mailto:[EMAIL

RE: [PHP-DB] using a variable as values in an array

2003-03-31 Thread Jennifer Goodie
March 31, 2003 1:49 PM To: Jennifer Goodie Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] using a variable as values in an array Here is more details. Thanks for the reply. I am using HTML_QuickForm (pear) to create my forms. In order to set the default state of some of the elements (checkboxes i

Re: [PHP-DB] using a variable as values in an array

2003-03-31 Thread Charles Kline
Here is more details. Thanks for the reply. I am using HTML_QuickForm (pear) to create my forms. In order to set the default state of some of the elements (checkboxes in this case) I need to pass an array as the value to QuickForm. This array needs to be in the format of this: array('30'=>true

RE: [PHP-DB] using a variable as values in an array

2003-03-31 Thread Jennifer Goodie
Instead of building a string in your loop do the assignment in the loop I have no idea what is being pulled from where, so I can't really give a good example -Original Message- From: Charles Kline [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 1:25 PM To: [EMAIL PROTECTED] Subject: