HI
Does anyone know how its possible to retrieve the DNS records for a domain.
I have been using php and this function: dns_get_record to do this so far but have realised that this command gets cached DNS records and therefore not the up to date information.
Does anyone know a way around this in php or some other language?