hidden field in php

后端 未结 3 2073
庸人自扰
庸人自扰 2020-12-20 12:51

For hidden fields, can i use a field of the type

\"/>

an

3条回答
  •  春和景丽
    2020-12-20 13:23

    Can I use a field of the type ... and retrieve it after the GET / POST method ...

    Yes (haven't you tried?)

    Are there any other ways of using hidden fields in PHP?

    You mean other ways of retrieving the value? No.
    Of course you can use hidden fields for what ever you want.


    Btw. input fiels have no end tag. So write either just or as self-closing tag .

提交回复
热议问题