Questions tagged as 'ajax'

0
answers

Configure API by Action MVC5

I'm having trouble accessing my WebApi, maybe it's a setup issue, I'm not sure what I'm doing wrong. When I try to access my api via ajax, I get a 404 (not found) error. I had an MVC5 project, in this project I created a folder called WebS...
asked by 11.09.2018 / 13:51
2
answers

How to give submit in the data of a dynamically generated form?

<div class="form" id="dynamicDiv"> <p> <div id="principal"> <form method="POST" action='enviaMform.php' id="enviaMform"> <div class="container"> <label for="ipHost">Nome do host:</...
asked by 10.09.2018 / 23:25
0
answers

Sending ZEND emails

A client wants me to create a form that sends data to a link, from what I've seen, is using zend, I never got to use this framework and I'm kind of bewildered. His message was this: Para realizar a simulação, é necessário chamar o endereço...
asked by 15.08.2018 / 13:23
1
answer

Get json through ajax / javascript

I have a webservice developed in Java that is responsible for returning all the compositions of a particular fabric / piece (textile area). you must first obtain the current drawing and then the remaining ones. So far there is...
asked by 06.06.2018 / 15:57
0
answers

How to get data from json to php

I have the following webservice script, I connect normally with the external host (code: 200) But in echo ResponseBody nothing appears. How do I show the data? <?php $USER_NAME ="abc"; $PASSWORD = "abc"; $sessionResponse = null; $se...
asked by 18.05.2018 / 20:39
1
answer

Fipe table Change year 3200

Hello ... I have a system that pulls the fipe table information, but it pulls the year 2018 or 2019 as 3200 How to change? This is the code that searches through a dynamic select $conectando = "SELECT * FROM fp_ano WHERE codigo_modelo =...
asked by 18.05.2018 / 20:38
1
answer

Form Ajax and PHP open dynamic list with SQL query

Friends, good afternoon! I need to edit a form that was already ready, including some new options. I do not know much about PHP, and I'm having a hard time getting the form's combobox to return a SQL query. This form was developed with PHP...
asked by 03.09.2018 / 19:28
1
answer

Ajax return error - Json format with PHP

Good evening. I can not find the error. I want to assemble a list as I inform the date in the input date. Below is the html: <div class="form-group"> <label for="data_aula">Turma</label> <di...
asked by 20.03.2018 / 22:05
0
answers

My array is not returning, if you do not select a previous value

I'm doing a "mount your pc" and have some things that are optional and if you do not select a previous one, it does not bring me the value of subtracting. Example: Cabinet Motherboard video card SDD (optional) SO (optional) sour...
asked by 14.04.2018 / 03:22
1
answer

Upload data without referredh

I have a form passing the data by GET to an API, the method I put empty to load on the same page, when I get the data I put inside a div to display them, but I need to do this without refreshing the page , I need to just load the did with the da...
asked by 06.10.2018 / 19:42