Forum Moderators: coopster
I got a form where usser enters details.
This then gets posted to get verfied by another script.
i want to verify so that if the the varible lenght that as been posted is bigger then 15, produce an error.
however i do not know how to check the lenght of the string
Hope you can help
Thanks in advance.
manual page about strings (you could've thought of that...)
[php.net...]
take a look there, it's got a function list related to strings, wich contains a nice function you can use.
[edited by: jatar_k at 5:31 pm (utc) on Mar. 24, 2004]
[edit reason] linked up url [/edit]