Before I contact the hosting companies I thought I would ask if anyone knows a way I can
Thanks :)
[apache.org...]
($ckspa,$ckspb,$ckspc,$ckspd)=split(/\./,$ENV{REMOTE_ADDR});
$ckspipadr=pack("C4",$ckspa,$ckspb,$ckspc,$ckspd);
($hostname,$ckspaliases,$ckspaddrtype,$cksplength,@spaddrs)=(gethostbyaddr("$ckspipadr", 2));
The hostname is now in $hostname;
However, host lookups can take some time.