I have a boring problem of finding the error, I'm already looking for hours here. I'm getting a JSON from PHP using JQuery, I can see it as you can see below the result of the answer "date":
{
"sucesso": 1,
"dados": {
"BTC_YAMR...
I'm getting a JSON that I created with PHP as described below, but when I try to access the properties of that JSON it always returns me undefined .
I made these test files there to demonstrate how I'm doing.
If I give a console....
Good evening, I need a help, I'm uploading multiple files in a modal, but the php return does not occur as expected.
CallingMODAL:$('button.btnaddimg').on('click',function(e){e.preventDefault();varid=document.getElementById('idclienteimg').valu...
Hello! I have a script that at the end of each while loop prints a json
echo json_encode($retorno);
The result when running the script is (example bringing multiple results)
{
"IdClienteLS": 1695,
"Nome": "Magia das Flores",...
I need to access some data stored in a .lua file in PHP.
This is the content of the meu_arquivo.lua file:
tbl = {
[22004] = {
unidentifiedDisplayName = "Sapato",
unidentifiedResourceName = "»÷µé",
u...
I'm trying to make a import of a file csv to MySQL dealing with errors with JSon but I can not, even with a basic test I can not return the message, it always falls in else if .
This is the form:
&l...
I recently read a lot about getting data through an API on Android, but I can not seem to get what's being returned in Json from a specific API shown below.
{
"Sumario": {
"Termo": "teste",
"Tipo": "teste",
"Editora...
I wanted a way to organize this Json file:
{
"ajuda": {
"name":"Ajuda",
"category": "Sistema",
"desc":"Mostra todos os comandos disponiveis.",
"usage":"ajuda [grupo ou comando]"
},
"ping": {...
I'm trying to make an integration with Paseguro that asks you to send some data to a URL with
Header = 'Accept:application/vnd.pagseguro.com.br.v3+json;charset=ISO-8859-1',
'Content-Type: application/json;charset=ISO-8859-1'...