+ 1
How to print value of input type name'checkbox'?
In PHP How to output value of input type name'checkbox'
5 Réponses
0
If anyone know please reply 🙏
0
Aswin.V Or if you are looking for server side rendering SSR of input checkbox value output upon submit..
It would show "checkbox is ENABLED", once the form is submitted.
https://code.sololearn.com/wO9WCZyq1Sig/?ref=app
Please note that it would not run from the code playground, since no SSR page reload is supported.
Run and test it from a PHP server.
0
Thanks for replying
0
By giving that filed name = chk[] and access it when you're create global variable.