There is an example what I want to do: http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_input_type_datetime
In this example, if you change the input's name, on the right side of screen (after submitting code), you'll see the changed name. And also, as you can see there is no hidden input field to get the name of input automatically. Because I searched for some answers and they say "use an hidden input field" like in this: How to access the form's 'name' variable from PHP But I need it exactly in the w3schools.
Of course this is an .asp example but I hope there is a way for this via PHP also? Thanks in advance.