Re: [PHP] Input field array ends up as "Array" string

2003-01-21 Thread Dan Delaney
Well, in the process of pulling out some code into a sample page to send to the list I found the problem. It was yesterday when someone who was testing it told me about the problem, but the problem must have been going on for a week, because a week ago I added code to a global include script th

Re: [PHP] Input field array ends up as "Array" string

2003-01-21 Thread Jason Wong
On Tuesday 21 January 2003 23:03, Jason Wong wrote: > Undo any configuration changes made recently, downgrade any recent upgrades > etc. To paraphrase Newtown's First Law of Motion: Sorry, "Newton's First Law of Motion" :) > "Any working system tends to remain in that state unless external force

Re: [PHP] Input field array ends up as "Array" string

2003-01-21 Thread Jason Wong
On Tuesday 21 January 2003 22:33, Dan Delaney wrote: > Hi every body. I have a form that was originally working just fine. It > had a series of input checkboxes with the same name ("interests[]"). > These values then ended up in an array ($_POST['interests']), which I > then imploded into a comma s

Re: [PHP] Input field array ends up as "Array" string

2003-01-21 Thread Leon Mergen
"Rick Emery" <[EMAIL PROTECTED]> wrote in message 024801c2c15b$1a770e70$0500a8c0@honeybee">news:024801c2c15b$1a770e70$0500a8c0@honeybee... > show us code Learn how to quote. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Input field array ends up as "Array" string

2003-01-21 Thread Rick Emery
show us code - Original Message - From: "Dan Delaney" <[EMAIL PROTECTED]> To: <> Sent: Tuesday, January 21, 2003 8:33 AM Subject: [PHP] Input field array ends up as "Array" string Hi every body. I have a form that was originally working just fine. It

[PHP] Input field array ends up as "Array" string

2003-01-21 Thread Dan Delaney
Hi every body. I have a form that was originally working just fine. It had a series of input checkboxes with the same name ("interests[]"). These values then ended up in an array ($_POST['interests']), which I then imploded into a comma separated list ($interests = implode(', ', $_POST['interes