Showing posts with label decimal to binary using php. Show all posts
Showing posts with label decimal to binary using php. Show all posts

Thursday, January 22, 2015

Decimal To Binary Conversion Using PHP

In this article I would like to share with you a program that I wrote using PHP I called this program Decimal To Binary Conversion Using PHP. What the program will do is to accept integer value from the user and then the user where able to convert the value in binary equivalent I also make sure if the user give a letter in the text box our program will inform the user to enter integer numerical number instead of a letter. In addition if the user forget to enter a number our program will inform the user that the text box cannot be empty. The code is very easy to understand because PHP has a built in function to convert decimal number into binary equivalent using printf and sprintf statements.

I hope you will able to find my work useful and beneficial if you have some questions regarding my works in programming feel free to send me an email at jakerpomperada@gmail.com and jakerpomperada@yahoo.com.

People here in the Philippines who wish to contact me can reach me at my mobile number 09173084360 and +63 (034) 4335675.

Thank you very much and Happy Programming


Sample Output of Our Program