"Tristan Pretty" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] com... > HHmmmm, didn't work...?
Please echo out $row['bands'] and post the contents. Regards, Torsten > > > > > > > "Mikhail U. Petrov" <[EMAIL PROTECTED]> > 18/05/2004 16:20 > Please respond to > "Mikhail U. Petrov" <[EMAIL PROTECTED]> > > > To > [EMAIL PROTECTED] > cc > [EMAIL PROTECTED] > Subject > Re: [PHP-DB] explode() and a database call...? > > > > > > > Hi! > You should use $row["bands"]. > But maybe it's only typing error. > I use such methos and have no errors. > > Tuesday, May 18, 2004, 7:02:34 PM, Tristan wrote: > > TPrsc> I'm trying to split up a field from a database that contains a list > of > TPrsc> No's (Eg:1, 4, 12, 32) > TPrsc> If I do: > TPrsc> $bands_array = explode(",", "1, 4, 12, 32"); > > TPrsc> I get the following array: > TPrsc> $bands_array[0] = 1 > TPrsc> $bands_array[1] = 4 > TPrsc> $bands_array[2] = 12 > TPrsc> $bands_array[3] = 32 > > TPrsc> All good! > TPrsc> However... > TPrsc> Calling froma database... > TPrsc> $bands_array = explode(',', $row[bands]); > > TPrsc> I get no values in the array, (I have checked the overall value of > TPrsc> $row[bands] and it does contain "1, 4, 12, 32") > > TPrsc> os my question is: why is the database call, changing how explode > works? > > TPrsc> Tris...? > > > TPrsc> > ********************************************************************* > TPrsc> The information contained in this e-mail message is intended only > for > TPrsc> the personal and confidential use of the recipient(s) named above. > TPrsc> If the reader of this message is not the intended recipient or an > agent > TPrsc> responsible for delivering it to the intended recipient, you are > hereby > TPrsc> notified that you have received this document in error and that any > TPrsc> review, dissemination, distribution, or copying of this message is > TPrsc> strictly prohibited. If you have received this communication in > error, > TPrsc> please notify us immediately by e-mail, and delete the original > message. > TPrsc> > *********************************************************************** > > > > -- > Best regards, > Mikhail U. Petrov > mailto:[EMAIL PROTECTED] > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > ********************************************************************* > The information contained in this e-mail message is intended only for > the personal and confidential use of the recipient(s) named above. > If the reader of this message is not the intended recipient or an agent > responsible for delivering it to the intended recipient, you are hereby > notified that you have received this document in error and that any > review, dissemination, distribution, or copying of this message is > strictly prohibited. If you have received this communication in error, > please notify us immediately by e-mail, and delete the original message. > *********************************************************************** -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php