Questions tagged as 'php'

0
answers

Upload more than 100 records, with the google api drive even document

I have the following situation, I am using the API from Google Drive to create a table with Google Service Sheets . The document creates it without problem, when I start uploading the records and I reach the 100 register, it sends me a mess...
asked by 28.12.2018 / 17:41
0
answers

Parse error: syntax error, unexpected 'else' (T_ELSE), on line 26?

Says I have an error in analysis in the else but I do not see error, can you help me? <?php $conn = new mysqli("localhost","root","","antetodopopayan"); $sql = "UPDATE informacion SET estado = 1 WHERE estado = 0"; $result = mysqli_quer...
asked by 28.12.2018 / 16:06
0
answers

Perform search in an array by parameters

I have a function that, according to the parameters, performs a search in an array and returns a number of an account public function putAssignamentAccount($Agrupacion, $TipoPersona, $pais, $segmento = null) { $model_get = new $this->m...
asked by 27.12.2018 / 14:04
0
answers

failure to insert data in php

I have the following code: //obtener id usuario session_start(); $email = $_SESSION['usuario_email']; $nombreUsuario = $_SESSION['usuario_nombre']; $apellidoUsuario = $_SESSION[...
asked by 27.12.2018 / 10:28
0
answers

how do you put the class to the easyadmin form row in symfony 3?

I have a question about the easyadmin twig and the customization of the properties when a form is made with the builder. I have this in the easyadmin configurator: easy_admin: entities: Matriculasinconfirmar:...
asked by 27.12.2018 / 10:13
1
answer

problems when displaying an image in a php table with SQL

Good I have a problem with wanting to show images in a table. This is my code <?php $servername = "***"; $username = "***"; $password = "***"; $dbname = "registrodatos"; $conn = new mysqli($servername, $username, $passwo...
asked by 29.12.2018 / 18:41
0
answers

Problems generating Excel report with PHP

I am trying to generate a report from ORACLE using PHP. By clicking on the "generate excel" button, you have no problem bringing me an .xls. The problem is that the .xls file does not bring the columns separated by cells. This is the cod...
asked by 27.12.2018 / 15:09
0
answers

Use 301 in friendly url

A query I want to make my friendly URL through htaccess My query: It is necessary to redirect with 301 as seen in the first 2 lines (RewriteCond) and (RewriteRule) of the code. In any case when it is better to use it. Options -MultiViews Re...
asked by 29.12.2018 / 18:07
1
answer

Position problem in hidden div

I have a problem that is difficult to explain, so I leave as much data as possible. Clarification: I'm using bootstrap. First I share an image of the area in question Clicking on the magnifying glass activates a toggler that displa...
asked by 01.01.2019 / 21:13
1
answer

Send value of an input type tex to a data list

Dear good afternoon: Requesting your kind support, in php I have a input type text where the user enters a Social Reason and when clicking, same string enter it into a datalist inside a function in javascript. I've seen the r...
asked by 27.12.2018 / 21:10