What happens is I have a variable in javascript called rate, and when I save this variable in the DB I get an error, I do not know why this error is due or how would I save a variable (fix) of javascript in Php? . WITHOUT AJAX.
Here is the co...
I am creating a table with data extracted from my MySql database with php but when I want to start showing the data it marks me errors like:
Warning: mysqli_query (): Empty query in
C: \ xampp \ htdocs \ Safety \ table.php on line 29
...
Cordial Greeting,
I hope you are well and can help me with what I want to do:
I have a Select, loaded from a database:
include'conexion.php ';
$sql = "EXEC SP_COMBO_PAGADURIAS";
$stmt = sqlsrv_prepare($conn,...
I have a problem with uploading 2 files at a time, it is likely that I will upload them one by one but I can not find the way right now, the HTML code is this:
<div class="contenedor contenedor_padding">
<form role="form" name="ca...
Greetings, I'm running a login and I try to show on the screen what I put in my fields, but it throws me the following error.
Notice: Undefined index: password in C: \ xampp \ htdocs \ projects \ maquila \ library \ help \ class.inputfilter....
I am working with the Google API, to achieve a Google Login integrated in my web. In local mode, using XAMPP, it works to me 100% but when I do it in my hosting, changing everything and configuring correctly the project in the developer console...
I have this error but if I have all the fields, why could it be?
controller
print_r(implode(',',(array)$_POST['data']));
$data = implode(',',(array)$_POST['data']);
$data = str_replace("[","",$data);
$data = str_re...
The system must fill in the input fields once the routine is entered but it does so and I do not see any type of error.
index.php
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Ingresar clientes<...
This function gives me data that comes from several queries in order to make some calculations but when I call it, it sends me directly to the error. It never enters success: function (data), does anyone know where the error is?
This is the...