|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello!
I am building an user area interface for a site. In registration form I need to validate if given email address actually exists. I already check if email is approximately valid by searching for at least one occurence of '@' character and at least one occurence of '.' character, but I would like to check if the address actually exists too. How can I do that? Thanks in advance! |
|
#2
|
|||
|
|||
|
Check out http://www.hexillion.com/
|
|
#3
|
|||
|
|||
|
Ooops! I forgot to mention that I am using PHP code... However, as far as I've checked the manual, there is no finger-like ability in PHP...
V |
|
#4
|
|||
|
|||
|
You can execute finger through php running on *nix by using system(). You can also do validation just as that link to the application that Selleri posted using PHP.
__________________
~ Joe Penn We work for free to help make this a valuable resource on the internet. Do you appreciate the help - did we provide help that will help you prosper and help that has contributed to sharpening your current skill set? Show your appreciation and purchase something from our Amazon Wishlist's - it's simple and a great way to say thank you. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Validating an email address |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|