Is it possible to read the name atribute from input fields and select boxes?
So i cam make a switch:
switch ($name){ // }
thank´s in advance
Depending on what form method you are using, the names of all your input fields will be in either the $POST or $GET arrays. You should be able to step through them and get all your names.