good afternoon community, and happy year
I would like to ask why when I finish loading a listview through a service in my project, instead of showing up, the app crashes directly?
the test I'm doing with a G4 plus motorcycle (if you have somethi...
I hope you can help me, I have two directories that I want to join and make a json but I'm not staying. I put down what I am using.
import json
uno = {
'NoSol': '1192017',
'idDocumento': '4fd174c8-3439-4c80-9b1c-1c3e6721f827',
'St...
I am working with NodeJS using express with this I have the routes such as POST and GET I connect to bd and make queries in the < strong> app , but I have a question about the following code:
function getAllDatabas...
Greetings this is my first post and the problem I have is that I am making an application in which I store images in webservice and as a response I get a array with the names of the images that were stored, this process and update...
I have a Score.php file to update to a field called score of integer type in a mysql database:
$con = mysqli_connect("localhost", "root", "", "basededatos");
$user_id = $_POST["id_user"];
$username = $_POST["username"];
$score= $_POST["score"...
I have a function that stores a JSON object as a parameter and breaks it down into two new objects:
function insertDB(result){
var identification = "cadena";
for (var i = 0; i <= result.length; i++) {
while(result[i].Identificacion != i...
Dear,
I have a problem of how to pass a json encode for the part categories of the script.
filter.php
<?php
require("../conexion.php");
mysqli_query($mysqli,"SET NAMES 'utf8'");
?>
<!DOCTYPE html>
<html>...
I have an arrangement of objects called materials and when I try to put it in a VueJS component and then show it I get an error:
<script>
var app = new Vue({
el: '#app',
data: {
materias: []
},
created(){
var _this = this;
var url = "s...
I'm trying to make a filter of a JSONField that has the following data:
[
{
"date": "2017-12-02T11:39:07.447677",
"staff": "payment_in_process"
},
{
"date": "2017-12-02T11:39:12.700590",
"state": "ASSIGNING",
"staff":...
The question is how can I send the data obtained from a table and pass it to Json then send it through Ajax
$("#obtenerDatos").click(function(){
var mytabla = []
$("#mytable").find("tbody tr").each(function(index, el) {
var tr = []...