Jetbrains
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited "Form input without an associated label or title attribute" when using dynamic IDs
Hello, PhpStorm shows me that warning when using dynamic IDs for input fields. Example code: // .../admin/edit-user.php<!-- header html and so on... --><?php $fields = [ 'username' => [ '...