Questions tagged as 'ajax'

2
answers

500 (Internal Server Error) with AJAX and PHP

I have a form which sends 3 data to the file php guardar_lugar.php and at the moment of pressing the button guardar the error occurs to me. I have read several responses from different forums but I have not been able to solve the p...
asked by 23.05.2017 / 16:55
1
answer

how can I select what I have in my database in this php file?

good! my problem is that I want to put a select of 2 tables but it does not leave my PHP file. this is the code <?php include('conexion.php'); $paginaActual = $_POST['partida']; $nroProductos = mysql_num_rows(mysql_query("SELECT * FROM tip...
asked by 29.03.2017 / 21:13
1
answer

Write XML file on server via JS

I have an HTML page in local, with one of its pages that contains a form that has to modify an XML file that is part of the project. The file is part of the page, not the machine that was a client. The XML should be recorded as a file, not as a...
asked by 29.03.2017 / 12:24
2
answers

The succes of Ajax is not working

Currently I have a jax call that takes me to my C # method to be able to authenticate my user, but this Ajax call is not working the succes part, since if it sends me to the method I want but in the end he does not send me the alert he should se...
asked by 25.03.2017 / 00:26
1
answer

Extract and save data from several related tables in Laravel

I am developing an enrollment form in Laravel 5.4 , as I have created five tables that have a one-to-many relationship: The main table tblFicha has a one to many relationship with the tables: tblDiocesis , tblRegionales -...
asked by 12.03.2017 / 22:49
2
answers

Ajax Fill input fields from combobox

I need help because I can not achieve this: Here I have a code that I got on the web and adapted to fill dependent comboboxes. But I need that from the selection of the combo #sucursales the input field #Direccion is completed, obtaining data fr...
asked by 10.03.2017 / 16:19
4
answers

Upload Files with Php and Ajax

I am new with Ajax I try to upload files to my folder and store the path in my MySQL, these are my advances: I have my modal window, with which you place the data of the file: <form class="form-horizontal" action="../../phpcrud/create_do...
asked by 14.03.2017 / 20:06
1
answer

Error using Ajax Uncaught RangeError: Maximum call stack size exceeded

I want to pass some data by POST using AJAX to insert in database I am working in laravel 5.1. My question is this: Is there a limit to the parameters that can be sent by Ajax? Because I have several and if I remove one nothing happens, in...
asked by 04.03.2017 / 14:29
1
answer

Save multiple checkbox, inputs text together in a database form with ajax

I have these two but I do not know how to combine them to save as much as a text image and multiple checkboxes or if they have any other that they can provide me. $(document).ready(function(){ $("#formulario").submit(formulario1) func...
asked by 05.03.2017 / 23:09
3
answers

I need to send two objects to a web service so that I can respond in swift

I'm doing an application in swift 3 xcode 8 and they tell me that in order for me to access the web service I need to send two objects, it sends me the following example in ajax, how can I do it with xcode 8? $("#cargar").click(function() {...
asked by 22.02.2017 / 00:42