CodeIgniter Form Validation Rules

Posted on: Friday July 15, 2022

Rule Reference The following is a list of all the native rules that are available to use: Rule Parameter Description Example required No Returns FALSE if the form element is empty. matches Yes [...]

Read More