06-08-19, 03:11 PM
احذف collate sql_Latin1_General_CP1_Cs_As هكذا
وحساسية الأحرف تكون للباسوورد فقط
PHP كود :
string query = "select * from Admin_login where user_name='"+user_name+"' and BINARY Password = '"+textBox2.Text+ "'";
