I'm new to ajax and javascript. My goal is to extract the value of the input in relation and through ajax send it to php, there by a function that I have with mysqli, I get an array, in the end I use echo json_encode, but I do not know where tha...
I am trying to query a json from a local server and insert it into SQLite but it is not inserting it.
public void cargarTrabajadores() {
RequestQueue requestQueve = Volley.newRequestQueue(this);
JsonObjectRequest jsonObjectReques...
I am working with JsonArrayRequest to be able to recover data from a webservice but it gives me an error when executing, this is the error that it gives me:
Error: (62, 45) error: not suitable constructor found for
JsonArrayRequest (int,...
I am developing a new platform which consumes data from an API of the SBIF, but the JSON with the data that it returns to me comes like this
{
"Dolares":
[
{
"Valor": "603,31",
"Fecha": "2018-04-27"...
is the first question I ask here, specifically I want to develop a web application that works on a server and makes cryptocurrency trading all the time through programmed rules. The exchange in which tradeo has its API so that's why there's no p...
You can graph with a filter, but with two no, please help.
index.php
<body>
<div class="caja">
<select onChange="mostrarResultados();" id="year">
<!--<select onChange="mostrarResultados(th...
How can I access calidades to display them in my table?
my exit shows the following
{
"separaciones": [
{
"id": "92",
"idcuenta": "1",
"idusuario": "1",
"identrada": "185",
"tcajas": "350",...
I have a job to deliver in a few hours but it does not work out. I do not know if someone can help me. What I have to do is that when I add a new element and save the text it is uploaded to the localStorage and that when that element array is de...