Posted on December 02nd, 2008 in PHP
If you are writing an application on which you need to check the minimum length of a string, I would suggest you use isset() and treat the variable as an array. Each character of the string will be become an element in the array, and you can determine the number of characters by adding 1 [...]