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>...
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...
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...
I'm having a problem handling Json in Angular.
The Json is:
{
"0": {
"id": "2287947",
"chattime": "1544102153",
"chat": "Finalizado",
"chattype": "text",
"media": "",
"outgoing": "0",...
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
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...
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...
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...
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/...
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...