I want to save an image with ajax and laravel but I get an error in js, and I think it's because the image is not saved.
view
<div
class="modal fade"
id="exampleModal"
tabindex="-1"
role="dialog"
aria-labelledby="exampleMo...
I have the following call ajax;
function notificacion_json(){
/* Cargar notificaciones_respuesta_solicitudes */
var resultado = document.getElementById("span_numero_notificaciones");
var xmlhttp;
if(window.XMLHttpRequest){...
I have the following form:
<form id="frm-registrarusuario" action="../php/usuario.php" method="post">
<input name="usuario" id="usuario" type="text">
<input name="clave" id="clave" type="text">
<button type="submit"...
Could you help me with giving a value to 4 inputs depending on the value I take from a combobox that loads the column of a table where all my data is?
For example if on my page I use the combobox and I select the value "FIELD" (as it comes in...
I am working with NodeJS using express with this I have the routes such as POST and GET I connect to bd and make queries in the < strong> app , but I have a question about the following code:
function getAllDatabas...
I am new in JS and I am confused in this, post request by AJAX , I would like to know if my comments are ok and if I am correct because I am confused enough, a post request opens and you are pass 3 arguments, string...
What I'm trying to do is highlight some dates, taken from a database, in a datepicker. After searching a lot on the internet it seems normal, but I can not get it ... any help will be welcome.
My codes:
//función para mostrar el calendario...
I'm working on a PHP project with connection to MySQL , but I have a problem, when I do select , in some cases foreach can go through the PDOStatement object and in others do not, I do not know if I owe it to the cons...
I have to update the status of the vehicles that are in a table, so far I have updated the status but what is not is how to send the data to my table but without reloading the entire page ie with ajax I leave my code thanks
AJAX:
function A...