16.01.2017, 23:02
Just do
You don't need to create a new variable for the strlen.
And for the Info: '<' = lower | '>' = higher
PHP код:
if(strlen(text) > 10) // error message
And for the Info: '<' = lower | '>' = higher