I have a drop down box with two values(yes , no). When i select yes i have to hide text box below that and (it should already hide) and when select 'no' it should apper. How can i do that?
i put if (isset($_GET['name'])). then is is hidden and when i select 'no' it will not apper? Could u pls help me.
i put if (isset($_GET['name'])). then is is hidden and when i select 'no' it will not apper? Could u pls help me.
Comment