Silvio Porcellana <mailto:[EMAIL PROTECTED]> on Wednesday, September 28, 2005 9:37 AM said:
> 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));
Now that's a Freudian slip if I ever saw one. :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

