| Article: |
PHP Form Handling | |
| Subject: | Radio button values to another page. | |
| Date: | 2004-09-17 08:27:01 | |
| From: | sklar | |
|
Response to: Radio button values to another page.
|
||
| The value attached to the value attribute of a selected radio button is submitted to the server and should be available in $_POST (or $_GET, depending on the form method). If your HTML is correct, the radio value should be treated just like any other form element... | ||


