标签: php
t $this->form_validation->set_rules('password','password','trim|required|min_length[4]|max_lenght[32]');
我必须使用codeIgniter表单验证,但它不起作用max_length。
答案 0 :(得分:2)
干扰你只是将脚本更改max_lenght[32]改为max_length[32]
max_lenght[32]
max_length[32]