How do I search mysql based on an array?

For example suppose I had an array of array(1,2,3). And I want to
search like so:

        SELECT * FROM table WHERE id=arrayvalues

Regards,

Matthew


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to