On 9/28/05, Silvio Porcellana <sporc@tin.it> wrote:
>
> In addiction, I would (SQL)escape the values joined: supposing you are
> using MySQL, I'd do:
> $values = join("', '", array_map('mysql_real_escape_string', $array));
I agree entirely; I was just trying to keep things simple for the OP.