Contact: aviboots(AT)netvision.net.il
41,620 questions
54,283 answers
573 users
$x = "01101010"; $y = "01011001"; $result = bindec($x) & bindec($y); echo decbin($result); /* run: 1001000 */