Can someone gimme the idea to check if any string elements of an array are longer than "x" characters.
In other words, pretend that theres an array which we dont know how many elements it has. And this array only keeps strings. All i want is a code that returns false if theres any long string than 20.
|
Team Leader
|
![]() |
| 27Nov2006,12:56 | #2 |
|
Simple! Here is the code!
PHP Code:
PHP Code:
|

