Brandon_R Posted July 23, 2009 Share Posted July 23, 2009 Hello fellow members of this forum, i need to know how to convert a string to dec. For example 123456 will become 1193046 Thank You. Link to comment https://forums.phpfreaks.com/topic/167057-how-to-convert-a-hex-to-decimal/ Share on other sites More sharing options...
dzelenika Posted July 23, 2009 Share Posted July 23, 2009 hexdec ( string $hex_string ) Link to comment https://forums.phpfreaks.com/topic/167057-how-to-convert-a-hex-to-decimal/#findComment-880867 Share on other sites More sharing options...
kenrbnsn Posted July 23, 2009 Share Posted July 23, 2009 Take a look at hexdec Ken Link to comment https://forums.phpfreaks.com/topic/167057-how-to-convert-a-hex-to-decimal/#findComment-880869 Share on other sites More sharing options...
Brandon_R Posted July 23, 2009 Author Share Posted July 23, 2009 Thank you guys for the help but how do i do it with a form and $_POST Link to comment https://forums.phpfreaks.com/topic/167057-how-to-convert-a-hex-to-decimal/#findComment-880872 Share on other sites More sharing options...
kenrbnsn Posted July 23, 2009 Share Posted July 23, 2009 Please explain what you want to do. Ken Link to comment https://forums.phpfreaks.com/topic/167057-how-to-convert-a-hex-to-decimal/#findComment-880896 Share on other sites More sharing options...
Brandon_R Posted July 23, 2009 Author Share Posted July 23, 2009 I want to have a form where a user enters a hex value and clicks convert then the script converts it to decimal. Thank You Brandon_R Link to comment https://forums.phpfreaks.com/topic/167057-how-to-convert-a-hex-to-decimal/#findComment-880898 Share on other sites More sharing options...
Enormity Posted July 23, 2009 Share Posted July 23, 2009 I want to have a form where a user enters a hex value and clicks convert then the script converts it to decimal. Thank You Brandon_R You want the entire script for the form as well as the entire code for the page that handles it? Link to comment https://forums.phpfreaks.com/topic/167057-how-to-convert-a-hex-to-decimal/#findComment-880905 Share on other sites More sharing options...
kenrbnsn Posted July 23, 2009 Share Posted July 23, 2009 We don't write scripts here --- we help you with scripts you've already written. Have you written any code? Are you having problems? Ken Link to comment https://forums.phpfreaks.com/topic/167057-how-to-convert-a-hex-to-decimal/#findComment-880906 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.