Get Hidden field value using PHP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iqbal1486
    New Member
    • May 2014
    • 1

    Get Hidden field value using PHP?

    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?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    no.

    only way were to send it via AJAX.

    Comment

    Working...