Posts by Bruna • 123 points
6 posts
-
4
votes2
answers57
viewsQ: I want every time I click on the 'Armchair' function it changes color
function Selecionar(){ var selecionado = document.getElementById("poltronas"); selecionado.style.background = "yellow"; var selecionado = document.getElementById("poltronas");…
-
3
votes0
answers40
viewsQ: Error while doing image update in database
Notice: Undefined index: flefoto in C: xampp htdocs Inf4m asteroide controllers usuario_controller.php on line 17 Notice: Undefined index: flefoto in C: xampp htdocs Inf4m asteroide controllers…
-
1
votes1
answer573
viewsQ: How to select a photo and click on div?
<!--Container para colocar a imagem de perfil--> <div id="imagem"> </div> <!--Botão para selecionar a foto--> <input id="teste" class="botao_foto_perfil" type="file"…
javascriptasked Bruna 123 -
1
votes2
answers46
viewsQ: I have questions that when you click on it, the onclick event is called a div that is on display - None appear
HTML <a href="#" onclick="Resposta()"> <li>Como comprar passagem?</li> </a> <div class="resposta_duvida">Apareça por favor</div> CSS .resposta_duvida{ display:…
-
0
votes2
answers65
viewsQ: How to send back my array’s response to views? and appear within td
//VIEWS FOLDER <?php $botao="Sorteio"; $action="sorteio1"; ?> <!doctype - html5> <html> <head> <title>Array</title> <link rel="stylesheet" type="text/css"…
-
3
votes2
answers56
viewsQ: How do I get all 60 numbers
How do I get all 60 numbers? It’s already coming randomly but only one number. <?php class CodeGen { private $codes = array(); public function __construct($codes) { $this->codes = $codes; }…