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
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
2 matches
Mail list logo