Posted by "Larry E. Ullman" on 01/12/06 17:13
> I need to check that user input text is less than 300 characters > long. How? if (strlen($_POST['input']) < 300) { ... You may want to also apply trim() to the input text to get rid of extraneous white space at the beginning and end of the input. Larry
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming