Questions tagged as 'json'

2
answers

Relate two lists in angularjs

I request your collaboration because I do not know how I could relate two lists which have in common the id of one of them <table> <thead> <tr> <th>Nombre</th> <th>Edad</th>...
asked by 07.09.2016 / 06:29
1
answer

API Youtube V3 JSON - PHP

I want to get dynamically with the title of the post, the "videoId" of youtube on my page to show the automatic videos:   link <? $nombreproducto = $product->name; $googleApiUrl = "https://www.googleapis.com/youtube/v3/search?pa...
asked by 03.01.2019 / 13:22
1
answer

Read MySQL blob field and convert to JSON for android webservice

I am creating a webservice for Android, in which I have to read a blob field from a MySQL database. The problem is that I can not encode that field to JSON, which is the format I will need later to read the Android webservice. Let's see if an...
asked by 10.12.2018 / 17:42
1
answer

JSON in Angular 6

I'm having a problem handling Json in Angular. The Json is: { "0": { "id": "2287947", "chattime": "1544102153", "chat": "Finalizado", "chattype": "text", "media": "", "outgoing": "0",...
asked by 10.12.2018 / 22:00
1
answer

read RS-232 scale port PHP or Javascript?

Hello I need to read the weight of a digital scale I have seen some try from php but php is from the server side as I could do this from the client side with jquery or q so     
asked by 19.10.2016 / 06:31
2
answers

500 Internal Server Error

I am new and I have an error in the platform that I am programming with php, this error appears to me now, I already put the permissions to the folders and the files, in my localhost it works perfect the error is in the server what is with IIS8...
asked by 04.12.2018 / 17:02
1
answer

I have a problem in login json php

I'm confused between json and jquery gives me [objet] [objet] the truth is not lose I pass the code to you //tema es ajax json function iniciar_sesion(user, password) { var validaruser = user.split(" ").join(""); var validarp...
asked by 14.12.2016 / 20:50
1
answer

Error Converting circular structure to JSON

When listing the elements in the database I get the error "Converting circular structure to JSON", how can I solve it? BD Model const mongoose = require('mongoose'); const {Schema} = mongoose; const PostSchema = new Schema({ text: { ty...
asked by 15.11.2018 / 02:47
1
answer

Get specific content in a JSON

I need to capture the uid and the osgjsSize that are within Files . I do not know how to solve this error ( I am a student / novice ). Thank you very much in advance for your help. <?php $url = 'https://pastebin.com/raw/...
asked by 07.11.2018 / 03:45
1
answer

How to work with Highcharts and MYSQL Database

I try to display information from the total column of my database with the following DEMO : link This is the table I want to work with: But I do not know how it works. It is the first time that I am working with Highcharts, a...
asked by 04.07.2016 / 01:04