Hello Carlos,

On 24-Apr-01 17:12:53, you wrote:

>I would like to know if anyone has or know any PHP code to verify if a form
>entered e-mail address is valid?

>I would like that things like 4$%^%$@@.com.br could not be sent. I only has
>to verify the syntax of it, the existance I believe should be harder to
>verify but if it is possible I would be glad if anyone could point me the
>way.

These PHP classes do exactly what you need:

Forms generation and validation:
http://phpclasses.UpperDesign.com/browse.html/package/1

E-mail address validation:
http://phpclasses.UpperDesign.com/browse.html/package/13

Regards,
Manuel Lemos

Web Programming Components using PHP Classes.
Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED]
--
E-mail: [EMAIL PROTECTED]
URL: http://www.mlemos.e-na.net/
PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp
--


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to