What is the best way to deal with the following problem:
I have a mobile iPhone and Android application that sends and receives data to a Webservice using JSON. My application needs to work offline, with users being able to stay weeks without...
I'm trying to get the response from a json porst with guzzle in a simple php.
This is the function in a laravel project that does the post for a url. (I'm using var_dump to show the result in the terminal).
public function getPhotos($proper...
Alright? could they help me with the following problem.
I see several people talking about creating forms with Json / Ajax and everything, but like, I'm way out of this still.
But I had the need to prepare a form as follows.
The form wo...
I have a function in php that returns this to me.
[{"id":81,"username":"usuarioteste23"}]
How can I save a Username and variable in a variable?
Thank you.
Hello, I'm trying to use map help in my application. I retrieve the coordinates through Json, the problem is that the function that takes up the coordinate (onMapReady) executes faster than the function that retrieves the coordinates.
public...
Hello! I would like a help to know how to recover data from the php mysql query and present it on the page that made the request via ajax, this code currently displays error 'can not read property' items' of null. I would like to retrieve the se...
Hello. I have a JSON that has the following structure:
{
"_id": {
"$oid": "3432fa43242"
},
"posts": [{
"thread": {
"uuid": "2911da",
"url": "http://www.google.com",
"site_full": "opiniaoenoticia.com.br",...
I'm trying to create an array with the contents of a tabela of my banco but I do not know how, I tried to do this:
// ATRIBUI UMA CONEXÃO PDO
$pdo = Conexao::getInstance();
// ATRIBUI UMA INSTÂNCIA DA CLASSE CRUD
$crud = Crud...
Good evening. I have the following JSON:
{
"_id": {
"$oid": "3432fa43242"
},
"posts": [{
"thread": {
"uuid": "2911da",
"url": "http://www.google.com",
"site_full": "opiniaoenoticia.com.br",
"site": "opiniaoenoticia.com....