IP to URL conversion
- Posted by Spock Aug 12, 2015
- 2257 views
How would someone convert IP to URL using Euphoria?
Eg:
sequence gotya = IP2URL( "204.71.200.68" ) -- returns "www.yahoo.com"
EDIT: I suppose that should be host_by_addr(), duh.
Spock
How would someone convert IP to URL using Euphoria?
Eg:
sequence gotya = IP2URL( "204.71.200.68" ) -- returns "www.yahoo.com"
EDIT: I suppose that should be host_by_addr(), duh.
Spock