Lost Password?

  #11 (permalink)  
Old 09-18-2007, 08:22 PM
codelifter codelifter is offline
Newbie
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
codelifter is on a distinguished road
Default Had to register to lift code

Will check it out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 09-30-2007, 01:12 PM
jenie_penny jenie_penny is offline
Newbie
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
jenie_penny is on a distinguished road
Default

that is a great script, thank you for posting it!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 10-18-2007, 09:31 AM
javivi_nano@hotmail.com javivi_nano@hotmail.com is offline
Newbie
 
Join Date: Oct 2007
Posts: 2
Rep Power: 0
javivi_nano@hotmail.com is on a distinguished road
Default Si funciona seria la leche

Gracias
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 10-18-2007, 09:35 AM
javivi_nano@hotmail.com javivi_nano@hotmail.com is offline
Newbie
 
Join Date: Oct 2007
Posts: 2
Rep Power: 0
javivi_nano@hotmail.com is on a distinguished road
Default

Esto es la peste pa variar no funciona como ninguna otra funcion
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 10-18-2007, 12:28 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 19
Posts: 2,478
Last Blog:
Random Numbers
Rep Power: 20
John has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud of
Send a message via AIM to John
Default

¿Necesita ayuda? ¡Hable inglés! Esto es un foro inglés.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #16 (permalink)  
Old 11-20-2007, 02:34 AM
PhpProgrammer PhpProgrammer is offline
Newbie
 
Join Date: Nov 2007
Posts: 1
Rep Power: 0
PhpProgrammer is on a distinguished road
Default I found error

Hi,
while using your code for email validate i found error

Fatal error: Call to undefined function getmxrr() in F:\Projects\WebSites\Test\tstSql.php on line 31

and when i use checkdnsrr the same error occured...

advice me...!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 11-20-2007, 01:29 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 19
Posts: 2,478
Last Blog:
Random Numbers
Rep Power: 20
John has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud of
Send a message via AIM to John
Default

From php.net

Quote:
Note: This function is not implemented on Windows platforms. Try the » PEAR class » Net_DNS.
also from php.net
Quote:
If you want to use getmxrr on windows...
PHP Code:
<?php
function getmxrr($hostname, &$mxhosts)
{
    
$mxhosts = array();
    
exec('%SYSTEMDIRECTORY%\\nslookup.exe -q=mx '.escapeshellarg($hostname), $result_arr);
    foreach(
$result_arr as $line)
    {
      if (
preg_match("/.*mail exchanger = (.*)/"$line$matches))
          
$mxhosts[] = $matches[1];
    }
    return( 
count($mxhosts) > );
}
//--End of workaround

//test..
getmxrr('yahoo.com'$mxhosts);
print_r($mxhosts);
?>
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 12-14-2007, 08:17 AM
karixma_ext karixma_ext is offline
Newbie
 
Join Date: Dec 2007
Posts: 1
Rep Power: 0
karixma_ext is on a distinguished road
Default

it's useful, thank's
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 12-19-2007, 08:04 AM
drammen drammen is offline
Newbie
 
Join Date: Dec 2007
Posts: 1
Rep Power: 0
drammen is on a distinguished road
Default

Thnx Man
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 05-03-2008, 07:55 PM
PhPMeasure PhPMeasure is offline
Newbie
 
Join Date: May 2008
Posts: 8
Rep Power: 0
PhPMeasure is on a distinguished road
Default Re: PHP: Validate Email Address

I have a broken validatemail.zip
Would you please attach for a new one?

Thanks a lot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP:Tutorial - Email Verification John PHP Tutorials 3 09-19-2007 12:19 PM
PHP 4 end of life announcement Jordan Programming News 4 08-30-2007 09:55 AM
Validating an email address kromagnon PHP Forum 2 07-30-2006 10:24 AM


All times are GMT -5. The time now is 01:55 PM.

Contest Stats

John ........ 167.00000
Xav ........ 164.00000
dargueta ........ 148.00000
gaylo565 ........ 18.00000
WingedPanther ........ 15.00000
|pH| ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

Ads