[PHP-DB] Email validation

2010-06-29 Thread gmail
Hello to you all! I'm facing a problem with a scrip that can validate a form witch accept only as input email address. I have seen many scripts on the net and were very interesting but I'm not able to implement those scripts on my need. I'm explaining myself better! I have a form to collect

Re: [PHP-DB] Email validation

2010-06-29 Thread Richard Quadling
On 28 June 2010 15:42, gmail agbo...@gmail.com wrote: Hello to you all! I'm facing a problem with a scrip that can validate a form witch accept only as input email address. I have seen many scripts on the net and  were very interesting but I'm not able to implement those scripts on my need.

Re: [PHP-DB] Email Validation

2002-03-08 Thread Markus Lervik
On Fri, 2002-03-08 at 04:10, CrossWalkCentral wrote: How would I go about doing the DNS look up part? with checkdnsrr() I'd assume: checkdnsrr($host) Searches DNS for records of type type corresponding to host. Returns TRUE if any records are found; returns FALSE if no records were found or

Re: [PHP-DB] Email Validation

2002-03-08 Thread cristi radulescu
hi there, is there any way to check the existence of an e-mail address without sending an email? i mean not only DNS lookup, but also user validation? 10x, cristi radulescu http://translator.urbanxp.org http://www.urbanxp.org ML On Fri, 2002-03-08 at 04:10, CrossWalkCentral wrote: How would

RE: [PHP-DB] Email Validation

2002-03-08 Thread Kevin Bucknum
. -Original Message- From: cristi radulescu [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 7:13 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Email Validation hi there, is there any way to check the existence of an e-mail address without sending an email? i mean not only DNS

Re: [PHP-DB] Email Validation

2002-03-07 Thread CrossWalkCentral
How would I go about doing the DNS look up part? Markus Lervik [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Tuesday 12 February 2002 06:19, CrossWalkCentral wrote: I am working on a form that I have in php and am looking for some advise on form

[PHP-DB] Email Validation

2002-02-11 Thread CrossWalkCentral
I am working on a form that I have in php and am looking for some advise on form validation or specifically email address validation so i can insure that some one has put in a properly formatted email address

RE: [PHP-DB] Email Validation

2002-02-11 Thread Beau Lebens
// To: [EMAIL PROTECTED] // Subject: [PHP-DB] Email Validation // // // I am working on a form that I have in php and am looking for // some advise on form validation or specifically email address // validation so i can insure that some one has put in a // properly formatted email address

Re: [PHP-DB] Email Validation

2002-02-11 Thread Markus Lervik
On Tuesday 12 February 2002 06:19, CrossWalkCentral wrote: I am working on a form that I have in php and am looking for some advise on form validation or specifically email address validation so i can insure that some one has put in a properly formatted email address Well. something like