At 05:53 PM 7/8/2008, TK wrote:
>>>I'd like to use a PDO prepared statement to perform a MySQL query  
>>>that uses the IN function.

I may have found my answer (in the PHP manual, under PDO->prepare().  Go 
figure!):

"You cannot bind multiple values to a single named parameter in, for example, 
the IN() clause of an SQL statement."

Perhaps this means it cannot be done.

- TK


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to