I have this input that is hidden and disabled:
<input type="text" disabled="" id="valorMascara" class="oculto" name="valorMascara">
There are two inputs type radio that sends hidden pro input value, I want to get the value of this input in real time and play inside a variable in PHP , NO SUBMIT, NO SEND FORM, I WANT TO PICK IN REAL TIME .