Posts by Luan Gabriel • 165 points
10 posts
-
0
votes1
answer56
viewsQ: android - Chargeback app payment in alpha
I published a app in alpha for payment testing, and made payment for an integrated item. How do I refund and cancel that purchase?
-
-1
votes1
answer397
viewsQ: Popular a Chart.js with ajax.get
Talk guys, I have a question here in my project. I have a graph that is like this: And I want to popular it with the data of a webservice in PHP, which will return a JSON and on each button that it…
-
1
votes1
answer30
viewsQ: Eventlistener does not work with 2 or more inputs
So friends, I have a page with a for that makes create several Formulars. In each form I have an input file, which I want to handle individually. However, when I try to use an eventlistener, it only…
-
2
votes2
answers1363
viewsQ: Submit from several sources with AJAX, one at a time
I have a code that I pick up with PHP the students registered in my bank, and I do a for so it has 1 form for each student. Each form has its Submit button, which takes it to AJAX to serialize the…
-
2
votes2
answers824
viewsQ: PDO - Problem with Fetchall
Good afternoon friends, my problem today is the following. I have the following query: set @row_number = 0; SELECT @row_number:=@row_number+1 AS row_number,il.* from itemloja il order by il.LojaId…
-
3
votes1
answer456
viewsQ: Checkbox value in Hidden input field
I have a problem with checkbox manipulation with jQuery. I have several fieldsets with checkboxs, and I want when the person clicks on a check the check value is added to the Hidden input of each…
-
3
votes1
answer857
viewsQ: Place header in ajax get method
Good afternoon, I have the following piece of code: function getData(){ var url = "http://teste.com"; var data = ""; $.get(url, function(response){ serverResponse = response; for(i in…
-
-1
votes6
answers49720
viewsA: Convert DATA dd/mm/yyyy hh:mm:ss to yyyy/mm/dd
in MYSQL you can use DATE_FORMAT()
-
1
votes1
answer626
viewsQ: Upload image to AJAX server serialize and PHP
Good afternoon friends, I am making a website that the person makes the registration in my form and I, using AJAX, play the dice in the bank. I wanted to know how to save this image that the person…
-
4
votes2
answers1474
viewsQ: Button next to input text bootstrap 3
I’m having a problem that I can’t put my input file button next to my input text. I’ve done some research, tried some things I’ve seen and nothing. Maybe it’s pretty silly, but I’m kind of new to…