Jump to content

checkdnsrr has errors


shadiadiph

Recommended Posts

Just thought I would let you guys know this function has errors i would not advise using it it works fine with most domains but does not work with australian and new zealand domains properly says the gives an error when the domain is valid

 

$domain = explode("@",$email);
$valid = checkdnsrr($domain[1], "ANY");
if($valid)
{

Link to comment
https://forums.phpfreaks.com/topic/156082-checkdnsrr-has-errors/
Share on other sites

Very nice of you but this is a php help forum which means you come here for help not to help those who are not seeking it ;)

 

Umm, that makes little sense.  If there's no people who come here to help other people, then there would be no one posting solutions.  =/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.