How to Limit Text Characters in PHP?
Posted
by hateMe
on Stack Overflow
See other posts from Stack Overflow
or by hateMe
Published on 2010-04-17T16:06:28Z
Indexed on
2010/04/17
16:13 UTC
Read the original article
Hit count: 185
I was wondering how can I limit a users input like HTML maxlength attribute but with PHP, example would be nice? Is MySQL varchar(255) one way to limit a users character input? What are the cons of just counting on MySQL to do this?
© Stack Overflow or respective owner