Questions tagged as 'php'

0
answers

How to increment a row with Jquery and pass PHP variables,

I have the following code and when I perform the function it puts me in the form of a comment the php function $('#ticket tr:last').after("<tr><td align='right'><input type='checkbox' name='chk[]' class='borrar' onclick='elimina...
asked by 01.09.2018 / 04:52
1
answer

pass parameters of evnto onclick to javascript function

//Obtener los permisos asignados al usuario $permisosAsignados = $permisos->listarPermisosMarcados($cedula,$id_item); //mostramos los permisos si estan o no marcados while ($reg = $permisosAsignados->fetch_object()){ $html = '<li>...
asked by 27.08.2018 / 22:32
0
answers

Error sending data to MYSQL via AJAX and PHP

I am sending the data of a form, through ajax and php to my database: If I try a single variable or 2, if it works, if I add the rest, it does not work. My Ajax code is as follows: $.ajax({ type: 'POST', url: 'php/enviar_pedido...
asked by 27.08.2018 / 11:27
0
answers

How to choose the correct HEAD in a file with git

I have a file to which I do a git show plus the short SHA value, and it throws me the following: diff --git a/inc/ticket.class.php b/inc/ticket.class.php index 1108eac..cf68362 100644 --- a/inc/ticket.class.php +++ b/inc/ticket.class.php @@ -3...
asked by 27.08.2018 / 15:08
1
answer

read file csv fill out a form

I need to automate a process, I need to read a csv file (generated by an excel) and be able to automatically dump it into a common php web form. Is it possible to do it with these tools? the idea would be, enter a form, and at the time of...
asked by 27.08.2018 / 17:02
1
answer

How to download a report in the browser

Use dompdf, the problem is that it shows all the pdf content in the browser, what I want is that from a button download directly download it to the client's PC.     
asked by 27.08.2018 / 14:40
0
answers

Show an array in Google Charts Postgresql, PHP, Google Charts

I want to be able to go through a sql query where I group the emails sent during certain years, the sent ones, the returned ones, etc ... For respective specific years for example for 2014, 2015, 2016, 2017, 2018. For this I designed the followi...
asked by 27.08.2018 / 14:44
0
answers

Notification submission does not recognize attribute time_to_live (TTL) in cURL with Firebase

Hi, I have a problem with notifications sent through Firebase , the notification is sent perfectly, but by setting the time_to_live (TTL) attribute or message life time it does not recognize it, just overlooked and does not take it into account...
asked by 27.08.2018 / 16:41
0
answers

Error with facebook sdk when logging in

I have the following problem when trying to log in to my application with facebook, it shows me the following message Inicio de sesión no seguro bloqueado: No puedes obtener un token de acceso ni iniciar sesión en esta aplicación desde una pág...
asked by 27.08.2018 / 18:08
0
answers

Failed SQL query from AJAX?

I have this code in PHP: function getPedidos(){ $mysqli = getConn(); $query = "SELECT * FROM 'historial'"; $result = $mysqli->query($query); $indices = '<table align='center'> <tr>...
asked by 27.08.2018 / 17:35