Posts by Joana • 166 points
16 posts
-
-1
votes2
answers180
viewsQ: Download a file in C#
Good Afternoon, I’m a beginner in C# and I’ve already looked for this answer here on the internet and I didn’t find it at all, I’m working with C# and windows Forms, I have a folder inside my…
-
0
votes1
answer628
viewsQ: Log out after 5 minutes of inactivity
Hello, I am lost in this logic, I am using codeigniter, and I am trying to expire the session after 5 minutes of inactive (in case the user does not access the page for up to 5 minutes), I tidied up…
-
2
votes1
answer130
viewsA: How to bring an array via ajax and place results in a select
Put the ajax: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" type="text/javascript"></script> And now try it this way: //Função trazer serviços vinculados…
-
1
votes1
answer35
viewsQ: Show date in different rows but grouped services GROUP BY
Good afternoon, I am making a select where I have to show the amounts of services and name of the grouped clients, only that the different dates have to create the line with grouped services and…
-
0
votes1
answer208
viewsQ: Grab id from the update button
Good afternoon, I’m trying to update a table, inside this table there is a button that saves the bank id, and sends this id to another page, that is this id needs to be used in two functions, I need…
-
0
votes1
answer97
viewsQ: Div1 disappear and div2 appear when clicking the button
Good Night, I have a small problem, actually I do not know how to solve I’m beginner rs, I have two tables in two different Ivs, one becomes visible div1 and the other invisible div2 and when I…
-
0
votes1
answer54
viewsQ: Send button id by ajax to update database
Good night, you guys, I’m a beginner in the area, and I ask you to help me, I have a table with php database results, in one of the fields has a button that stores the id (primary key) and clicking…
-
2
votes1
answer35
viewsQ: Problem to update database record with ajax
Good night, I’m trying to update the database via ajax, but it’s not working,I have two text area, and update it with update. Before trying without ajax, it was working perfectly, only now that you…
-
0
votes1
answer1001
viewsQ: Keep updating select in the page div without refresh mysql php
Good afternoon, I have a div that I do a simple select bringing only the amount of database records, and I play the result on an H3 inside that div, all I need is for that div to be automatically…
-
1
votes1
answer677
viewsQ: Change color of an html table field according to php database status condition
In a table generated from database data, I need to change to certain colors of a <td></td> if the value of the field read in the database is as: 0 or 1. Example if the field read is in 0…
-
0
votes2
answers187
viewsQ: Make the result of a table appear in AJAX
I am making a div with form to be hidden, and using AJAX for when it is clicked on the search button div is visible, and brings the result of the database in PHP. Only that I just can’t put my chunk…
-
1
votes1
answer51
viewsQ: Index Fulltext is not filtering in select Where
I have a table called boletos, and created a FULLTEXT index for the column categoria, which is the column that will go the most in the search for the Where. I did everything right, only when it’s…
-
1
votes2
answers92
viewsA: Div hidden/visible does not disappear when you click the search button
Hello, first thank you to everyone who responded and are trying to help me... I did it this way that @Darlei showed... I implemented ajax, it really worked only that my action, no longer does the…
-
1
votes2
answers92
viewsQ: Div hidden/visible does not disappear when you click the search button
Good night, I have a page with 3 Divs and within each div has a different form, I leave all the Divs hidden and make them appear as the value selected in a first combobox(select) option that is…
-
2
votes1
answer76
viewsQ: Extension . pdf does not download php
Good night, I have a table in the database that registers files(pdf,img,png and etc...) called billets: CREATE TABLE boletos ( protocolo int(11) NOT NULL AUTO_INCREMENT, boleto mediumblob NOT NULL,…
-
-1
votes1
answer86
viewsQ: Modal window only opens and does not close
I have a modal window inside of a div, when passing the mouse on top, I make the div change color and opens a modal window with photo, the problem is that this modal window just opens, and just…