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 that checked to see if magic quotes was on and then did
a stripslashes on all the values in $_POST if they were. So that ended
up doing a stripslashes on the string "Array" and replacing
$_POST['interests']. So I expanded the routine that striped the slashes
so that it checks first to see if the element is an array.
Cheers
--Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- [PHP] Input field array ends up as "Array" string Dan Delaney
- Re: [PHP] Input field array ends up as "Array" ... Rick Emery
- Re: [PHP] Input field array ends up as "Array" ... Jason Wong
- Dan Delaney