MySQL e-mail registration problem ?
#8

Why would you create both an unnecessary loop and variable? Might aswell do this;
Код:
if(strfind(inputtext, "@", true) != -1) {
    // Yes @
} else {
    // No @
}
Reply


Messages In This Thread
E-mail registration problem ? - by sampkinq - 02.07.2016, 14:01
Re: MySQL e-mail registration problem ? - by SyS - 02.07.2016, 14:06
Re: MySQL e-mail registration problem ? - by sampkinq - 02.07.2016, 14:14
Re: MySQL e-mail registration problem ? - by SyS - 02.07.2016, 14:21
Re: MySQL e-mail registration problem ? - by sampkinq - 02.07.2016, 14:22
Re: MySQL e-mail registration problem ? - by SyS - 02.07.2016, 14:23
Re: MySQL e-mail registration problem ? - by Vince - 02.07.2016, 14:30
Re: MySQL e-mail registration problem ? - by d1git - 02.07.2016, 15:54

Forum Jump:


Users browsing this thread: 1 Guest(s)