Jump to content

[SOLVED] problem with checkdnsrr(); function !!


yami007

Recommended Posts

i read tutorial on sitepoint.com >> here

the function checkdnsrr();  works great.

i just dont know where the problem is.

it always echo : nope - invalid email!

 

here is the code i'm using right now :

 

<?php
if (checkdnsrr("[email protected]","MX"))
    echo "yup - valid email!";
else
    echo "nope - invalid email!";
?>

 

the email is mine.. so it's not the problem ^^

hope to find an answer :)

Link to comment
https://forums.phpfreaks.com/topic/150330-solved-problem-with-checkdnsrr-function/
Share on other sites

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.