Posts by D. Fraga • 1 point
4 posts
-
-2
votes2
answers782
viewsA: Mark radiobutton in php
$sexo = mysql_fetch_array(mysql_query("SELECT campo_sexo FROM tabeladedados")); $sexo = ($sexo[0] || "M"); <?php if(strtolower($Sexo) == "M"): ?> <input type="radio"…
-
0
votes2
answers213
viewsA: How do select go back to the initial state after "deselect"?
See if that’s what you want: <select class="selectpicker" id="funcao"> <option title="Opção 1">Líder</option> <option title="Opção 2">Para Conhecimentor</option>…
-
0
votes2
answers213
viewsA: How do select go back to the initial state after "deselect"?
If I understand, in your case you have to go through all the options and uncheck one by one. Then just check the selected one. I hope I helped.
-
-2
votes1
answer105
viewsA: Error encoding PHP copy() function
Creates a file .htaccess and adds the following code: Adddefaultcharset utf-8