Answers for "how put max value in input"

1

setting max input var

htaccess --> php_value max_input_vars 3000
.php     --> ini_set('max_input_vars', 3000);
Posted by: Guest on June-11-2020
0

html input max vs maxlength

<input type="text" maxlength="4"/>
Posted by: Guest on April-13-2021

Browse Popular Code Answers by Language