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...
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...
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"...
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...
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:...
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...
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}, function(data,status){
data= JSON.par...
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...
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...