I try to do the following:
From a query, I create a table, to which at an option, I am adding a link to print a pdf,
$indices .= '<tr>
<td>' .$row[id_presupuesto]. '</td>
<td>'...
I have the following code in PHP under Laravel
I need to pass the id of the invoice and the name of the account. but it does not work. it only allows me to send a single parameter in the array. if I remove the $ account-> name, it works perfect...
Someone knows why I get this error:
in this function:
function agregar_empresas_usuarios($id_empresas,$id_usuario){
$this->db->select("r.id_rol");//ver si el usuario es admin o no
$this->db->from("colegiosam_...
I have a button that takes a screenshot of a div by clicking on a button that div has a photicle that by clicking on the save button is saved by submit in mysql but I would like to click on the capture button (screenshot button) execute the func...
I have a query that does not run correctly when I enter it in PHP:
SELECT id_continente,
id_pais,
id_localidad,
visitas,
posicion_pais,
posicion_continente
FROM (SELECT *,
@posicion := IF(@cont...
I have a select that is dynamic, at the time of opening the page it performs its function but what I need is that when I open the page the default value is selected and I throw the images of the selected value, since it is annoying to open the p...
I'm getting an error in php when I try to use the command:
($user_obj->getRevieweeIds())
I get something like:
Access forbidden! You do not have permission to access the requested object. The object is protected against reading o...
Hello, everyone has a problem with uploading files, saves them in the database and stores them well in the folder assigned to them, the problem is that in public I can not remove the image that is saved in the database is with C: fakepath here I...
I am uploading an excel through a form, this excel contains product records which must be inserted in the database to keep track of inventory in the system.
I have the problem that I need to upload the excel system to insert the new products...
When I want to see a project in php and put in the browser localhost / viveamazonas (vive amazonas is the folder where I have the project files) the following error is displayed:
Fatal error: Uncaught Error: Class 'Testimonials' not foun...