Posts by programadornoobie • 23 points
5 posts
-
-3
votes1
answer88
viewsQ: How to group data by time interval?
I need to gather received values between a certain time interval, with javscript. I have an Object: var object = [ { horario: "09:03", status: "OK"}, { horario: "09:04", status: "OK"}, { horario:…
-
0
votes0
answers19
viewsQ: Specific filtering with Mysql
Hello, my friends. I have a mysql database, and I’m making some appointments I want to know how I can do a very specific filtering. For example, I have a database:…
-
0
votes0
answers17
viewsQ: Problems with Chartjs
Hello, good morning!!! I’m creating a graph that pulls data from a database and shows it on the screen, with php, mysql, ajax, Chartjs and jQuery. When I use only one dataset, everything works fine,…
-
0
votes1
answer40
viewsQ: How to individualize database queries with PHP?
Hello, good morning. I have the following problem: I want to handle SQL output using PHP, displaying the values individually and custom. For example, I have a database with the values Tomate |…
-
-1
votes2
answers56
viewsQ: How to ignore a query line in the database?
I am trying to develop a code to create dynamic tables with php and mysql, using an Asterisk database. My first difficulty is that the recording of calls are duplicated (or quadrupled), if the…