is alphanumeric php

33

is alphanumeric php -

if(ctype_alnum($string)){
    // do something
}

Comments

Submit
0 Comments