Form Validation "dot array" |
(01-02-2022, 01:48 AM)kenjis Wrote: If you have 'addresses[X][country] ' where 'X' is the index, I understand what this is about. PHP Code: $data = [ 1. In fact, there are two errors, but one (the last) is displayed. Because the $field parameter is used for the error key. 2. It is impossible to determine which specific field the error applies to. The error format should be like this PHP Code: $erros = [ |
Messages In This Thread |
Form Validation "dot array" - by Kor - 12-28-2021, 03:14 PM
RE: Form Validation "dot array" - by kenjis - 01-02-2022, 01:48 AM
RE: Form Validation "dot array" - by iRedds - 01-02-2022, 02:49 PM
RE: Form Validation "dot array" - by kenjis - 01-02-2022, 05:42 PM
RE: Form Validation "dot array" - by iRedds - 01-02-2022, 06:23 PM
|