Mike Pierre
Home
Blog
Programming
Return List of IP Addresses from a IP Range in Python or PHP
19
Dec, 22
In PHP: $x = ip2long('10.0.1.1'); $y = ip2long('10.0.1.6'); for ($i=$x;$i<=$y;$i++)
Read More