Jump to content

Radio and checkbox


austin.mad

Recommended Posts

if( $_POST ) //check form was submitted
{
    if( isset($_POST['bitte']) )
    {
              $use_getMe = $_POST['bitte'];
    }
}
  $use_radio = Drucker; //set a default

if( $_POST ) //check form was submitted
{
    if( isset($_POST['radio']) )
    {
              $use_radio = $_POST['radio'];
    }
Link to comment
https://forums.phpfreaks.com/topic/32175-radio-and-checkbox/#findComment-149352
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.