Any good idea or example or concept.

How It Works

Get an answer in three easy steps. Here's how it works...

Ask Your Question

1. Ask Your Question

Enter your PHP question at the top of this page and click Get An Answer.

Pick Your Priority

2. Pick Your Priority

Tell us how quickly you want your PHP question answered.

Get An Answer

3. Get An Answer

Connect with your programmer via online chat or telephone call.

Answer

Customer

Any good idea or example or concept.

Posted
Albert Shohez
Programmer

Try with base_convert,
base_convert — it converts a number between arbitrary bases.
Its function definition is:
string base_convert ( string $number , int $frombase , int $tobase )

Example:

<?php
$hexadecimal = 'A37334';
echo base_convert($hexadecimal, 16, 2); // output :  ***-***-****  ***-***-**** 0100
?>
Posted
Customer

thank you.

Posted
bizboy12
Programmer

Hi, abuyasin
Recommend a good site where list some free php date type scripts which you can check out to find some free php script to meet your demands.

Hopefully can help you!
Warm regards!

Posted

quoteTestimonialsquote

About ExpertHelp

ExpertHelp is changing the way you connect with service professionals.

Whether you have a quick question while preparing your taxes, troubleshooting a computer problem, or need to hire an attorney, ExpertHelp is the most convenient and affordable way to connect with the right service professional to get the job done.

ExpertHelp has been in business since 2011, is an A+ Rated Better Business Bureau accredited member, and offers a 100% satisfaction guarantee on every question you ask!

More PHP Questions...

Ask Your PHP Question & Get An Answer Now!