Questions tagged as 'id'

2
answers

Load client data in a PHP modal

Hello, I'm having a problem developing a page that reports a list of clients. The ID, Name and CPF fields appear in the main screen. Also, on the same line, the "Preview" button appears, which should open a modal, in which the database inform...
asked by 13.07.2016 / 19:22
3
answers

Save auto_increment id of a table in another table in the same file

I want the ID automatically generated in auto_increment in the wpne_posts table to be saved to another table named wpne_postmeta The INSERT code for the first action is: mysqli_query($con, "SELECT * FROM wpne_posts"); $sql1 = "...
asked by 15.08.2018 / 20:23
1
answer

this. $. id only returns undefined

I'm using Polymer 2.x, I'm trying to preload the page, I made a div with a load gif and I'm going to get it with setTimeout ... But in the script when I use the function $. load it returns undefined. Could anyone help me put display none in div?...
asked by 27.08.2018 / 18:34
1
answer

How to have a unique id and then retrieve this id in php page to write to the bank

Hello, I created these functions that automatically create new multiple-choice questions on my page. I can create as many questions as I want, and in these answers I can have as many answers as I want. I want to write these answers and questions...
asked by 12.03.2018 / 18:01
2
answers

Pass database ids in css

Good afternoon. I want to change the css of a div whose id is equal to the id coming from a database. How can I do this? Can I use php in css? I want to pass the id where you have it? HTML <div class="div_grande">...
asked by 25.05.2016 / 14:14
1
answer

Javascript, an id that was null (empty) can be returned?

I need to know if it is possible to return a id that was removed, because I want to get the same and remove the id="", and then click on a button / p> (Target) 1 • Click button and remove √ 2 • I click on another button...
asked by 07.02.2018 / 19:54
1
answer

jQuery counting automatically the ID's

So, I've got a scheme here like the FAQ that the site administrator who registers the Faqs. Each new registered question generates two new divs: <div>Pergunta1</div> <div>Resposta1</div> So I use a Jquery to do the t...
asked by 08.01.2017 / 16:50
2
answers

Last ID lastInsertId

Good afternoon Personal I'm trying to get the ID that was entered by my class but without success. The examples I found none worked. If anyone can help thank you. public function insert_orcamento($numero, $cod_cliente) { $sql = "INSER...
asked by 25.10.2016 / 21:29
0
answers

How to find the ID of input fields (Texts and Listbox)?

I ran the code below and was able to identify the field ("body_x_tabc_x_identity_x_prxidentity_x_selBscenCode_x_txtselBscenCode_x_x") via the Set objInputs line. But I can not identify the other fields. Among them there are also listboxes. Det...
asked by 28.04.2016 / 21:34
1
answer

String in findViewById

Hello, I was wondering if you can use a string in findViewById. I have an app with several imageview that when calling a call to the camera's camera. So that I do not need to put this intent and its startActivityforResult for each imageview, I t...
asked by 04.07.2018 / 21:16