Very Good. I describe my problem to you
I have a table which contains a button with a value = Id of a contact (The Id varies according to the row in which we are located). It should be noted that all this is inside a form called frm_Contactos...
My situation is that I have two PHP files in which:
Archivo1.php (form)
Archivo2.php generates a consecutive code.
How can I get my generated code in archivo2.php and send it or request it to my archivo1.php...
I'm trying to send some data from my database depending on the sender's id and the id of the receiver but this one throws me an error.
Fatal error: Call to a member function fetch () on boolean in line 16
EDITED
<?php
require...
Good day forum.
I have a question, how can I do to be able to execute two events with javascript and ajax.
function validar(){
$(document).ready(function(){
$(document).on('submit','#addproduct',function(){...
I have in my table filled by a query and a foreach in this table after filling it with records, I have a button to edit which opens a modal and from there edit the record.
The problem is that when you open the modal, you do not load th...
It turns out that the query scope does not work, I'm using ajax to capture the data, the following happens to me when in the controller I load the pager, the table shows me the records
$dataInsumo = Insumo::orderBy('descripcionIn...
I use FileSystem.CopyFile to copy a 1GB file to another directory.
Meanwhile, another program needs to determine that the file has already been completely copied to carry out its work.
How can I determine that the file has already b...
Hello, I have a web page in which I have a code ajax $ post that what makes every time the user enters the web this produces a request for refreshments of links that I get from other pages of mine.
The problem is that I receive thousands of v...