Friends, I have a problem with the "... really a headache, I have a php that writes another php code, something like this:
Php1 writes content in a file called file and file must execute a mysql statement with the value of a variable that was in...
I am trying to put the variables with which I will make my connection to my database in a separate file. The file is like this (I have omitted passwords and names to ask the question):
connection.php:
define ( 'DB_HOST', 'localhost');
def...
I have a problem when using a datatable plugin, I think it loads the jquery script twice, but I do not know where.
<script src="../src/js/jquery.min.js"></script>
<script src="../dist/js/getorgchart.js"></script>
<...
Goodbye everyone and thanks for your interest, I have a problem and I try to create a form with 2 inputs and a select, each one sends a different data to the php driver,
<form method="post" action = "{$link->getModuleLink('krack', 'lista...
Zend Framework shows me errors, the services I have for the local server are: xampp (MySql and Apache) in Mac High Sierra.
Warning: include (Zend / Translate.php): failed to open stream: Not such
file or directory in
/Applications/XAMP...
I need to pass my variable $ _process of my document save.php to datos.php by URL
I have the following in guardar.php
<?php
require_once 'conexion.php';
$_Proceso = $_POST["Proceso"];
$_Actividades = $_POST["Actividad"];
$_Entr...
What my page needs is that when modifying a data under an ID, it opens a pop up with data that I have in the db, try to search but I did not find something to help me, the code that I have so far it serves but only to insert
<script> fu...
I have a script that imports data from one system to another so it is a system that requires time since it passes almost 300,000 records.
For this I have created a class with PHP using the laravel framework but I get an error 504 when executi...
I'm doing the update of a record in my BD by <select> but it does not work for me.
monitoringService.php
<html>
<head>
<form method="POST" action="actualizarSeguimiento.php">
<label>Situacion: <...