I have the following query:
$sql= mysql_query("SELECT dia, GROUP_CONCAT(hora) FROM marcacoes WHERE colaborador_id = {$colaborador_id} GROUP BY dia ");
Returns the following table:
But I want it to appear only from month 6 for example...
Hello, I need some help. I would like to know how to get values from an html tag using javascript.
such as: grabbing the marginLeft value of an image that was determined by a css file.
I hope I have been clear, thank you ...
I have the following problem in CSS .. I gave you an example of what I'm trying to do Code Example, click here
I would like the <div id="divAreaMenuLateral"> that is in orange that is vertical to be inside the <div id="...
I'm doing a program that reads a string and I want to ignore the spaces and letters that the user types (but I have to read the letters i and the math symbols + - / * ^). >
What I have achieved so far has been to ignore only the spaces. I th...
I have a linear layout with a form. whenever the keyboard is open it distorts my layout by leaving my buttons in half, is there any way to keep my layout intact when the keyboard is open ??
Any command that locks my layout behind the keyboard ??...
Company where work joined proxy use and I'm having trouble using gradle .
The gradient returns the following error:
Error: Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either...
In my program, I do the following operation:
import sys
qtd_ponts = int(sys.argv[1])
I would like to know a practical way to run this .py file by passing arguments without needing an IDE, for example .bat files.
Hello everyone, I'm kind of lost in the study of mobile computing. I'm studying these 3 types of architecture for mobile development. Does anyone know the definition of these development architectures?