I would like to collect a text with special characters ('´ñ) of a form in html . This will change to codigo.php that will be responsible for inserting it into a database MySQL .
The fact is that I have tried a thousa...
I have 2 dates, one start and one end, I try to avoid that the start is greater than the end, apart from that I can not do it, I get rare years, days that are not ... etc.
console.log("start ", m , d , y);...
I want to create a custom command in linux, but I want to use another command within it, in this case I want to create a command that shows me the version of angular, help please.
What am I doing wrong?
I am making a ajax request that returns me as callback this type of array or object
[{"nombre":"Kabul"},{"nombre":"Qandahar"},{"nombre":"Herat"},{"nombre":"Mazar-e-Sharif"},{"nombre":"Otra"}]
At the time o...
based on the example of this question I want to make a program that shows me a text saved in a variable, "g".
There goes the code:
# config
from kivy.config import Config
Config.set('kivy', 'keyboard_mode', 'system') #¿Para qué sirve esta lí...
I have the table factura_habitaciones , where you enter the room reservations that I will later invoice.
I want to calculate the total of all the records in the table with a single sentence in MySQL considering that
the days multipl...
A field input in a form:
<td align=right>Cod.Postal:</td><td align=left><input type="text" name="codigo" id="idcodigo" maxlength="5"></td>
It should be possible to write only numbers (0-9).
window....
I have a problem in a sql server query ... I have this table where I need to delete repeated values (those marked in blue) due to the last column ('hh''mm') and try the DISTINCT but even so he shows them to me
I do not know if I made my...
I want to paint some rows of the table, is it possible to do this?
I mean to put a condition for it to be painted:
if(Object.values(totalDatos[j])[i].tipoUser=='verdadero'
html += "<td if(Object.values(totalDatos[j])[i].tip...
I honestly do not know how to get the records that are only once from a table.
for example I have the following table:
identificacion atestado
1111 a
1111 b
2222 a
2222 b
3333 a
4444...