|
Just to clarify, in case it still isn't clear, all form input fields (text, radio, button, textarea etc.) uses the name attribute to identify themself. And no matter what type of input it is, if you specify a name you can always retreive it's value from the $_POST array using it's name, as in $_POST['field_name'].
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|