How can I send a radio or checkbox value to the $_POST array even when the field is empty?
\';
Should be :
HTML :
Test
PHP Code :
if(isset($_POST['submit'])) { echo $radio_value = $_POST["radio"]; }