Questions tagged as 'json'

1
answer

How can I relate tables with return in json with php?

Please help me, I'm new to programming and I need to do a MySQL table relationship, with return in JSON , I tried the following code but it is with errors. I've done a lot of research on Google and Youtube , but I could not find anything lik...
asked by 06.11.2017 / 02:19
1
answer

Paging of records

I'm trying to create a table inside a modal window that is triggered / opened as the user clicks a button, but due to having too many records it's slow to open so I thought about paging. Could someone show me some example? <!-- INICIO D...
asked by 07.11.2017 / 17:35
0
answers

HTM file reading error for HTML conversion to JSON file

In this Topic that I created I was asked how to download the zip file from the Mailbox server and unzip it to my perfectly hosting service . After the previous events described, I want to read the html, but this is giving the file locat...
asked by 02.11.2017 / 02:24
1
answer

How to convert / Date (1533524400000-0300) / to PHP

I get a return from a JSON date in this format: /Date(1533524400000-0300)/ How to convoke a DateTime in PHP?     
asked by 08.06.2018 / 15:31
1
answer

Inserting, editing, removing and displaying data Asynchronously

I have a CRUD in PHP developed with the MVC standard, all the interaction with the database is done with PDO, my challenge is, to pass all the data requests asynchronously using Ajax and Json. I have only theoretical knowledge about asynchronous...
asked by 09.12.2017 / 17:52
0
answers

Deserialization of json wrong date object on java server

I have a user object and it contains the datadate attribute, I pass the user object to the server, the date I provide in the following format 2017-12-31, but the server changes to 2017-12-30, it always decrements a day on date server @POST...
asked by 03.10.2017 / 03:42
0
answers

Sort by deep JSON column

I have a column called data , which has, for example, this JSON    [{"name": "unit", "value": "2", "validator": ["required"]}, {"name": "name", "value": "teste", "validator": ["required"]}] I need to make a SELECT that...
asked by 03.10.2017 / 22:21
1
answer

Function filling only one line

I created a function so that as the user enters a client number, the fancy name of the client is filled in, but since this data comes inside a table and I use array to capture ( fazer insert e update ) in that data, all lines fill in inste...
asked by 01.11.2017 / 18:17
0
answers

Send unspecified amount of JSON strings via socket

I have a cliente/servidor application where the client makes a request to the server and it asks a banco de dados and then returns that data to the client in JSON format, as I do not know how many records I have in my I thou...
asked by 02.10.2017 / 14:35
0
answers

lottie - toggle switch

I'm trying to set up a toggle switch in the android studio using the lottie documentation. I have, but this is giving a mistake, I need a little help guys. final boolean[] oontrole = {false}; final LottieAnimationView animationView =...
asked by 09.11.2017 / 02:30