0 votes
in PHP by

How can we check the value of a given variable is alphanumeric?

1 Answer

0 votes
by

It is possible to use the dedicated function, ctype_alnum to check whether it is an alphanumeric value or not.

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...