10.04.2017, 12:28
PHP код:
if(inputtext[0] == '1' && inputtext[1] == '0')
{
// do something
}
else if(inputtext[0] == '1')
{
// do something
}