Questions tagged as 'php'

0
answers

Problems when inserting data from a json file to mysql DB

My problem is that I try to enter the data from a JSON file to my bd mysql but only certain records are added and there my doubt. Why are not all the records added? and I do not know how to find the error. I've done it before with many JSO...
asked by 14.11.2018 / 18:20
1
answer

How to connect FTP and open .txt file?

I'm trying to connect to an FTP to open a .txt file I need to save it in a database I have the following code but it does not work for me: $archivo = fopen ("ftp://perez:[email protected]/u02/data/mensaje/SMS/SMS_WELCOME_CDR_20181108....
asked by 09.11.2018 / 17:21
1
answer

I can not save variable data. (PHP and MySQLi)

It is a record in PHP, the problem is in the function that checks if a person is registered or not, always shows the data in Null. if (isset($_REQUEST['entrar'])) { session_start(); $conexion = new Conexion(); $email = $_REQUEST['email'];...
asked by 14.11.2018 / 18:13
2
answers

Save several records at the same time from a range of dates

I have a form in which I request 4 data; Start date, end date, note and attachment. What I try to do is that if the start date and the end date selected are different, I keep a record for each date. Example: Start date = 1-11-18 End Date = 8-11-...
asked by 09.11.2018 / 19:35
0
answers

Verify ID before registering it in BD

I need a little help :(, I am just practicing these queries and I have a problem when verifying the existence of an ID (rut) before registering it in my database ... but the filter does not work: [ This is my code: $votador = $_POST['rut'];...
asked by 08.11.2018 / 20:40
2
answers

Error in query

Good day, I'm doing a query in PHP to get the data depending on the date of the records, the detail is that the query does not work, I'm not sure that the syntax of the query in the WHERE part this correct since I use an INNER JOIN to obtain inf...
asked by 08.11.2018 / 18:58
0
answers

activate a swich with a select

My question is how can I activate this swich with the option selected by the select that is above <fieldset> <legend>Reporte Indicadores</legend> <div class="row"> <div class="form-group col-md-6">...
asked by 08.11.2018 / 18:37
0
answers

I need urgent help

how I program a login in php that redirects the user according to the role <?php $usuario = $_POST['usuario']; $pass = $_POST['password']; if(empty($usuario) || empty($pass)){ header(""); exit(); } mysqli_connect('localhost','root','') or...
asked by 08.11.2018 / 02:56
2
answers

Failed PHP query using Jquery

I have a script in which a query is made using jquery, when executing it, it always gives me the error message. Js code: var request = $.ajax({ data: {nombre : document.getElementById("nombre").value, puntos : puntos}, url: "conexion.p...
asked by 08.11.2018 / 19:13
0
answers

ERROR WITH CAPTCHA, NO SEE IMAGE

This is my code .. I try it on another pc and it works fine, I already tried updating updates and changing the style of the lyrics but nothing. I do not see the values of the captcha <?php session_start(); unset($_SESSION['rand_code']); if...
asked by 08.11.2018 / 03:47