Questions tagged as 'ajax'

0
answers

Doubt about session ()

I have a question about using sessions. I'm building a dynamic query system to grab data coming from my database when I click on a link, each link passes an id through the URL. In the page where the magic happens, I get the ID by the _GET method...
asked by 03.04.2018 / 19:35
1
answer

Query in MySQL with AJAX

I created a "usuario" table in MySQL containing name and password. I established a connection with PHP and would like to query for AJAX , to validate this name and password and print a message saying whether they are v...
asked by 03.04.2018 / 15:34
1
answer

How to iterate PHP array received as JSON? [duplicate]

I have the following JSON , which I create by JSON.stringify(dados method), and I pass via ajax to php : {"nome":"nome_da_pessoa", "registro":"registro_da_pessoa", "departamento":"_$oid/5aac50..."} When I get int...
asked by 26.03.2018 / 03:54
0
answers

Recording in DB does not work when using alertigo.js

I have a code to update and delete data in the database so unfortunately it shows the custom alert on the screen, so it does not record in the database and neither updates the bad page, so it does not display the custom alert. I'm using al...
asked by 24.03.2018 / 07:40
0
answers

Custom post type wordpress + filters

Hello, I would like to know if anyone has done any functionality similar to this site, link filtering the post using a form. I was trying to do it using a custom taxonomy I came up with the following code. <form id="revenda">...
asked by 19.03.2018 / 15:09
0
answers

Populate Select2 With Data Attributes HTML5 values Laravel Collective

I'm having trouble populating a Select2 Multiple Values field with data from a Data Attributes, the fields like Name and description etc are being filled in, just the Select not !! WhenIclicktheeditbuttonIwouldliketogetthedatatofilltheselect...
asked by 19.03.2018 / 14:21
0
answers

Ajax (AngularJS) returning HTML from the page itself

I am using Codeigniter to retrieve data from the database. Controller: <?php defined('BASEPATH') OR exit('No direct script access allowed'); class Welcome extends CI_Controller { public function __construct() {...
asked by 19.03.2018 / 00:02
0
answers

Rotate image 360º in 3D

I work in a company that sells machines and parts for mills that produce rice, and I am developing a system for the sale of parts for these machines ... my boss wants each piece of the customer to see it from various angles, or whether it's a 36...
asked by 19.03.2018 / 00:25
0
answers

Session with PHP / Ajax / jQuery

I'm developing a system and I have a problem with the user login, the session variables receive the data, but when I try to use them on other pages of the application, they are empty. I already used this feature on another system and I had no pr...
asked by 19.03.2018 / 19:57
0
answers

Modal ajax in asp net mvc, how to do?

Personal I'm using the asp net mvc template to create a website, it's in the one page style. In it I created a modal, so it is loading blank. See below how I developed: Here in my index.cshtml file: <div class="image-item">...
asked by 19.03.2018 / 22:42