SELECT * FROM contacts WHERE state = 'CA' and ???? name = 'bob' or name = 'sam' or name = 'sara' ???? -- Thanks - Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
SELECT * FROM contacts WHERE state = 'CA' and ???? name = 'bob' or name = 'sam' or name = 'sara' ???? -- Thanks - Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php