Questions tagged as 'json'

1
answer

Freeze headers sharepoint lists

I have a list of sharepoint (office365) created with 16 fields, and with many records. I need to know how I could immobilize the header so that when I scroll down it stays fixed and can be viewed from any register? I tried to create Json code...
asked by 30.12.2018 / 20:44
1
answer

Use certain parts of a JSON file in PHP

I have a considerably big doubt and I have no idea where to start. The problem is that after passing the Cloud Vision OCR from Google to the document seen in the photo (although without the red boxes) I get a JSON file, which I will attach to...
asked by 17.12.2018 / 21:22
1
answer

Cake Graphics

How can I make a piechart with data coming from a web service ?. The data that the web service shows comes in json format; this is an example of the output of my web service, which is called ws_lugares.php : { "procede": "1", "status"...
asked by 17.10.2018 / 18:57
1
answer

SQL SERVER WITH JSON QUERY

I have consulted with MYSQL use Jquery and Json and everything works fine. But when wanting to perform it against an SQL SERVER, I have obtained only varied error messages. What I can mention is that the MYSQL uses Utf8 while the SQL SERVER uses...
asked by 18.10.2018 / 17:31
1
answer

Error with the connection [duplicated]

enter the code here I am creating an autocompletable search with json, mysql and php but it shows me this error:    Fatal error: Uncaught Error: Call to undefined function mysql_connect () in C: \ xampp \ htdocs \ Times \ pages \ log1.php:...
asked by 07.01.2018 / 23:22
1
answer

View information from a json with angular

I have a json created with information that I want to visualize on the page with the use of {{}} and to do this I use the Http module and a service, but for this I have to add in the header constructor and the footer (which is where I want to vi...
asked by 06.12.2017 / 03:20
1
answer

I have a problem or Error with JSON

Good afternoon I have a problem with JSON and I do not know how to correct I call the function in this way function mostrar(idgrado){ $.post("../ajax/grados.php?op=mostrar",{idgrado:idgrado}, fun‌​ction(data,status){ data= JSON.par...
asked by 13.11.2017 / 19:34
1
answer

Send Parameters and Redirect to another page with Ajax or Jquery

Good friends I have a huge doubt when send the parameters and redirect to another page here is my code Page Example1.php <?php $var1=1; $var2=2; echo "<a id='anclka'> <input type='text' name='var1...
asked by 28.07.2017 / 00:35
1
answer

report in ireport does not repeat the parameters in the pdf

I have the following datasource (Json) { "contactoServer": [ { "nmContacto": "Pepito Fabian", "telContacto": "32421321", "celContacto": "432121321", "correoContacto": "[email protected]", "$$hashKey": "020" },...
asked by 27.10.2016 / 22:29
2
answers

Meet with ajax and php

I'm trying to make an app in which the clients bring me the data. The app is made in html, phonegap, and I want to try to understand a bit ajax to be able, through it, to bring the data of my php. <?php try { $conn = new PDO("mysql:host=$se...
asked by 09.04.2018 / 22:09