Wednesday, May 14, 2008

Desimal to Binary 8 bit with PHP

0);
echo "Bilangan Biner : ";
for($x=$i;$x>=0;$x--){
echo $biner[$x];
}
}
?>

No comments: