Questions tagged as 'php'

0
answers

Error Notice: Undefined index: rate in C Bd mysql Php

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...
asked by 25.10.2018 / 18:45
2
answers

Problem when creating html table from MYSQL with PHP

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   ...
asked by 23.10.2018 / 16:58
0
answers

Enable Inputs According to a select - PHP- SQL SERVER

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,...
asked by 23.10.2018 / 16:38
0
answers

SecurityError: The operation is insecure. Jquery

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...
asked by 24.10.2018 / 10:31
0
answers

Error Notice: Undefined index:

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....
asked by 23.10.2018 / 16:06
0
answers

Error: Failed to receieve access token

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...
asked by 24.10.2018 / 12:42
2
answers

White screen to run an alert js in php

<?php // Start the session session_start(); ?> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">...
asked by 24.10.2018 / 16:10
1
answer

help error: Column count does not match value count at row 1,

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...
asked by 22.10.2018 / 22:05
0
answers

Error filling input with Json and sqlsrv

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<...
asked by 22.10.2018 / 20:41
0
answers

Does anyone know why this error is coming out? SyntaxError: Unexpected token F in JSON at position 2

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...
asked by 22.10.2018 / 20:14