I'm using mssql and PHP...
mssql sql statement with bitwise doesn't work... example :
SELECT * FROM user WHERE user_type&2 OR user_type&4;
.... anybody?