Working with NodeJS , until now, created new rows when a user was not found, and did it in the following way:
const sqlite = require('sqlite');
sqlite.open('points.sqlite').then(() => {
sqlite.get('SELECT * FROM users WHERE ID = ${user}'...
I have taken back the code that another developer left unfinished and I have some problems when I want to register a new user.
In the validation of the existing mail, I can not overwrite the previous record, but I can not launch an "existing...
The problem is that when you update the form data, you do it correctly, but the main menu and the navigation bar stops working. I have it like this ...
<tbody >
<?php
while($fila=sqlsrv_fetch_array($consultaVendedores)){
$nu...
Currently I need to obtain the metadata with a given URL from javascript, but I always have the CORS problem.
With the following code I can read the metadata of the own page but I am interested in being able to obtain the information from an...
When doing a global variable and after doing push after two queries per ajax is left blank Can you tell me if it failed in something?
var productoT = [];
angular.module('starter', ['ionic', 'ionic.contrib.ui.tinderCards2', 'ionicLazyLoad'])
....
I have a player with 3 songs. each song has its "play" icon and in another div "playercontrols" I have a "play" icon from where I want to pause or play the song that is playing.
This div "playercontrols" is hidden and when playing a song it i...
I need to put the LIGHTBOX component in php when creating a table with echo , I have tried with the css and js libraries that I have seen on the internet but it does not work for me, attach the code:
$query = $db->prepare($sql);
$que...
I'm doing a webAPP, and using the safari (on an iPAD) it happens that using the touchpad in BODY, where there is no other element, the browser "reacts", it seems that "select" all the elements or something similar.
In addition, by pressing the t...
I have a JSON like this:
{"id":"53530","name":"Bifurcadores <ul class=\'menu\' style=\'display:none\'
id=\'ul53530\'> <li onclick=\'pinchar(,\"Todo\")\'>
<a href=\'#\'>LANZAR PRUEBAS TOTAL <\/a><\/li>",
"data...