MDanz Posted September 22, 2009 Share Posted September 22, 2009 how do i change this to include IF radiobutton 1 is checked? $button = $_GET['submit']; $search = htmlentities($_GET['search']); $radiobutton = $_GET['radiobutton']; if(!isset($search) {} Link to comment https://forums.phpfreaks.com/topic/175098-rafdio-button-helphow/ Share on other sites More sharing options...
Bricktop Posted September 22, 2009 Share Posted September 22, 2009 Hi MDanz, if($radiobutton == 'on') { } The 'on' value is the default, use what ever value you have set for your radio button. Hope this helps! Link to comment https://forums.phpfreaks.com/topic/175098-rafdio-button-helphow/#findComment-922863 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.