Hi, I need to convert ip : port in subdomain.domain.com. Example : live.domain.com = 123.123.123.123:1234 I need this for a live radio station. Can anyone help me? PS: Sorry for my english.
In PHP, you can use: www.php.net/gethostbyname or www.php.net/gethostbyaddr (depending what way you want to do it)
This is not a DNS issue as DNS won't redirect to a port. As Jayshah said, you can use a script. However this can be easily done with Apache, let me know if I can be of some assistance.