I have this field.
<input type="hidden" name="hiddenfie ld" value="example" >
NO FORM TAG,NEITHER METHOD
i want to get the value from the filed without using the form tag and methods.
is it possible with PHP?
<input type="hidden" name="hiddenfie ld" value="example" >
NO FORM TAG,NEITHER METHOD
i want to get the value from the filed without using the form tag and methods.
is it possible with PHP?
Comment