+ 1

How to print value of input type name'checkbox'?

In PHP How to output value of input type name'checkbox'

16th Apr 2022, 11:47 AM
Aswin
Aswin - avatar
5 Réponses
16th Apr 2022, 12:19 PM
Calviղ
Calviղ - avatar
0
If anyone know please reply 🙏
16th Apr 2022, 11:50 AM
Aswin
Aswin - avatar
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.
16th Apr 2022, 2:20 PM
Calviղ
Calviղ - avatar
0
Thanks for replying
16th Apr 2022, 2:52 PM
Aswin
Aswin - avatar
0
By giving that filed name = chk[] and access it when you're create global variable.
17th Apr 2022, 12:05 AM
Abdullah Khan
Abdullah Khan - avatar