Just wondering If there is a quick code/ short cut to get all textbox, combobox and radio button values in the current html page using php. Instead of $_Get and give names for each.
I have 4 pages in my application, where a user can go back and forth, I want to retain all values the user inputted in my page, some of the controls are static and rest are dynamically created. I just want a generic way of retaining all input boxes with values, instead of specifying names for each