Web and Technology Support
Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
Showing posts with label
php integer
.
Show all posts
Showing posts with label
php integer
.
Show all posts
Monday, 13 October 2014
How to convert integer from ip address using php? (ip2long)
$lower = "IP ADDRESS";
echo $lower_dec = (float)sprintf("%u",ip2long($lower));
Older Posts
Home
Subscribe to:
Posts (Atom)