Hi all, I need php code for converting a decimal number stored in a string to hexadecimal. It has to first check say 0 to F and all.
This might help you.
http://uk.php.net/manual/en/function.dechex.php
Blu
Edit: If the decimal number is a string, you might need to also use intval().