Support

Account

Home Forums General Issues I have a radio button and would like to after selecting a button just show the c

Unread

I have a radio button and would like to after selecting a button just show the c

  • I have a Radio button programming and I would like that after selecting the same I can hide a <p>

    <?php

    if($tipo_de_buscador == red){
    echo “<p>voce acertou</p>”;
    } elseif ($tipo_de_buscador != azul) {
    echo “<p>diferente</p>”;
    }
    ?>

Viewing 1 post (of 1 total)

The topic ‘I have a radio button and would like to after selecting a button just show the c’ is closed to new replies.