Questions tagged as 'select'

1
answer

Concatenate data correctly when doing a select in java to db

I was making some improvements to my small system and I get the doubt because I've always been concatenated to data in the where and not after the select, since now the question is to concatenate the selected table (db) and the pk (dni) entered....
asked by 18.03.2018 / 06:32
1
answer

Dynamic Select in Laravel 5.6, the second select is not loaded even though in the console I can see that the data is being brought

$(function(){ $("#user_select").on('change', function (e) { console.log(e); var user_id=e.target.value; $.get('http://localhost/helpdesk/public/userasset/'+ user_id,function (data) { console.log(data);...
asked by 18.09.2018 / 19:57
1
answer

HTML INPUT RADIO empty the value of a radio button with JavaScript

Good day I'm working on a SELECT input which, according to the element, displays a different Radio Button group but I need the radiobutton not to be selected when it shows a new group, all radios are deselected and I want to do it with JavaScrip...
asked by 13.03.2018 / 00:12
3
answers

collect value option php

I have a code similar to this one: echo "<select name='$nombre' id='$id'>"; echo "<option value='0'>Seleccione opcion</option>"; while ($row=mysql_fetch_assoc($result)){ $id= $row[$campo_valor]; $texto= $row[$cam...
asked by 06.03.2018 / 16:46
1
answer

fill in a selection from an input

Friends I need to fill out a selection from a text box that is hosted in an input the idea is to enter the txt_nameSector and be able to select that sector in the table next     
asked by 01.12.2018 / 03:12
1
answer

Select from request where date

how to make a selection from my request table with date field where the date is with date = ("Y-m-d) select only the month and show it in a td     
asked by 06.11.2018 / 19:32