Quote:
Originally Posted by Zoxxa
Sorry I am on my phone so can't give examples but you can use the explode function to accomplish this. Use the period as the delimiter, convert to array, echo each piece however you want.
http://php.net/manual/en/function.explode.php
|
That should do it, the parts of an IP are the Octets, so you can feed each one in that way and you'll be good to go