Closed elition31 closed 7 years ago
Hi,
I don't know where i could ask my question but, is there a way to perform this kind of query : dig @ns12.ja.net. version.bind txt chaos
I tried $this->query($domain, 'TXT', 'CH');
$this->query($domain, 'TXT', 'CH');
but i have no result.
Thank you if you can answer.
EDIT: my bad I just had to do this : $this->query("version.bind", 'TXT', 'CH');
$this->query("version.bind", 'TXT', 'CH');
Hi,
I don't know where i could ask my question but, is there a way to perform this kind of query : dig @ns12.ja.net. version.bind txt chaos
I tried
$this->query($domain, 'TXT', 'CH');
but i have no result.
Thank you if you can answer.
EDIT: my bad I just had to do this :
$this->query("version.bind", 'TXT', 'CH');