Questions tagged as 'php'

0
answers

I can not get only the JSON string

The filter function does not work for me, it says nombredelarray.filter is not a function . And in the console does not appear a string of% normal string but this: {…}​abort: function abort()​always: function always()​catch:...
asked by 24.11.2018 / 12:55
0
answers

How can I create a dynamic array in php

I am working on a system where I have two tables in question .. the first one is wp_prflxtrflds_user_field_data that has saved the departamento, nro de interno y sucursal de un usuario . The problem is that these three data are stor...
asked by 23.11.2018 / 14:20
0
answers

Pass the value of a variable in php to an excel column with phpExcel

Generate reports with use of the phpExcel library, when generating the reports I do it by means of queries and I only send them to call with a variable within a while , the conflict is when you want to save values of a variable that...
asked by 23.11.2018 / 16:17
0
answers

Webhook php for telegram bot does not give me an answer

I want to make a bot of telegram using php , but when sending a message to the bot no I receive an answer from webhook . I have a site in infinityfree , the domain edutrack.ml got it in freenom and generates a certificate s...
asked by 22.11.2018 / 16:06
1
answer

How to delete a specific record? Php Mysql

I have two tables with the following structures: Table: photos, id_fot int (11) not null auto_increment (primary key) user varchar (200) varchar route (200) description varchar (200) Table: users, id int (11) not null au...
asked by 22.11.2018 / 15:40
0
answers

Inquiry With a Select Multiple PHP

In summary, I need the query to be made according to the number of options selected in the Select field. I do not know if I can explain myself clearly. Until now the code that I have is the following, however it only shows the result of a sel...
asked by 07.12.2018 / 19:18
0
answers

php mail () problem sending Microsoft Office 365 Outlook email in Godaddy

I am using the mail library () in PHP to send mail. This code works very well for me in Gmail and in Outlook. When I place a destination email created in Microsoft Office 365 on a test server it works fine, when I upload it to the Godaddy hostin...
asked by 27.11.2018 / 22:02
1
answer

Fill ChartJS with PHP

I want to fill a graph with an array that I generate in PHP with a query in MYSQL but I do not know how to use it in the JS of the graph. This PHP is where I generate the array: $nmes = $mes; $sumpt = 0; $nestedData=array(); $sqlven =...
asked by 12.12.2018 / 19:41
0
answers

Error making a php PDO query with postgresql

Good I am trying to make a web service with php and postgresql as a database, but I want to do it by the PDO method and I get errors. <?php require "database.class.php"; class Users { private $con; public function __construct() { //en...
asked by 12.12.2018 / 21:33
0
answers

Help I have the following errors is this code

I try to solve this code but I can not fix it. The connection to the database is fine, it is a social network of tuntoriales, since the code is obsolete but I try to fix it. The error lines are:    Notice: Undefined index: id in   C: \ xampp...
asked by 12.12.2018 / 20:40