12 chars validation

dzul

Member
Hi and goo day fellas,

I wonder how can i validate the fields to except only 12 chars? i create the form called identification card number which is in my country here in malaysia, have 12 chars. if the user enter less than 12 chars in the that field, the errors will appear.

tq.
 
I would have thought that would allow entries of less than 12. If the id has to be 12 characters, I would have thought...

return strlen($data) === 12;

Also, do you use a multi byte character set in Malaysia? If so, you should use mb_strlen() (see php docs).

Sent from my HTC6545LVW using Tapatalk
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top