Email Verification Function (email's integrity)
#2

Search for some things such as the @ symbol maybe?

For instance,

pawn Code:
if(strfind(params, "@", true) == 0)
{
     // then it may be valid.
}
Reply


Messages In This Thread
Email Verification Function (email's integrity) - by StaticYey - 26.10.2014, 01:02
Re: Email Verification Function (email's integrity) - by Abagail - 26.10.2014, 01:17
Re: Email Verification Function (email's integrity) - by StaticYey - 26.10.2014, 01:32
Re: Email Verification Function (email's integrity) - by Abagail - 26.10.2014, 01:40
Re: Email Verification Function (email's integrity) - by StaticYey - 26.10.2014, 01:50
Re: Email Verification Function (email's integrity) - by nemesis- - 26.10.2014, 03:35

Forum Jump:


Users browsing this thread: 1 Guest(s)