How to implement a script in php to convert a number from decimal to binary and vice versa?

    2 answers 2

    decbin

    decbin () converts a decimal number to a binary number.

      If you need any number system, then the base_convert () function will help you.