Hello
I have a form and it has input tags as txt, checkbox and submit button.
now once the user submits the form, my php code file should somehow wants to get the type of the objects.
for example i have 2 txtboxes and 2 checkboxes. once the form is posted, i want to know what is the type, is it a txtbox variable or the checkboxvalue. how can i do that.
regards