Hello peppe, Thursday, March 4, 2004, 11:28:30 AM, you wrote: p> Hi I have a table users with columns name email and access p> In email I have values test@xxxxxxxx etc in access I have values 1,2,3,4,7,8 p> How can I filter value 2 ? p> Beacause I need only users with value 2 to send email SELECT * FROM users WHERE access=2 -- Best regards, Richard Davey http://www.phpcommunity.org/wiki/296.html -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php