Hello!
In my site if use textarea + WSYWWYG (Wyzz WYSIWYG).
I would like to minimise and maximise the chars what the user typed. (for ex. min 100 max 1000).
After i post the form, i check the lengt of the posted field. (strln($_POST['text'..)
But the WSYWYG editors post the field in HTML formatted so if the user type:fg then the length will be 9 (<P>fg</P>9).
Could someone suggest me anything how can i check the real length of the typed string?
Thank you.