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...
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...
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...
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...
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...
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...
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...
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...
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 =...