Hello: How can I make a condition where the string must be more than 2 characters?
Thanks in advance for anyone who helps.
strlen() is what you're looking for.
Cgraz
Thank you. That was exactly what I needed.