I would like to test my button can get the current value from the date\'s textbox? I got the value of submit button but I couldn\'t find any code get name of the button. So
You can try this one
if(isset($_POST['oprf'])) { echo $_POST['oprf']; }
Hope this helps