I would like to know how to get the value of name in input tag using php?
<input type="text name="x" value="myFunction(this.name)">
it should return the value of the name tag x im not sure about the syntax "this" if it will get the value of name tag which is x.