Questions tagged as 'php'

2
answers

PHPmailer does not work for me when sending an email (Troubleshooting)

Hello, I've been going around looking at information and I can not find any way for me to send this email to the desired mail, and I do not know why I get this error, I have disabled the firewall, I am making the request in postman in case I hav...
asked by 23.03.2018 / 00:10
1
answer

Form to upload a document to my server

I'm starting with php and I'm already acquiring the basic knowledge, but I just faced a wall when trying to make a form with a field to upload a document and other input to put a number, and that when uploading the document, be renown with the n...
asked by 05.01.2018 / 13:45
1
answer

Create named files that include rare characters

I've been looking for too much but I have not found the answer, the case is this: With PHP I have to get the list of the files of a directory. I have to save the list in a file with JSON format, for which I use json_encode() . I sa...
asked by 12.01.2018 / 18:56
1
answer

Problem with Array Variables within an Include PHP

I am developing a master file that includes all the files (Classes, functions, etc.). The automatic inclusion is done as follows: $dir = "assets/php"; $funciones = []; function includes ($dir){ if ($gestor = opendir($dir)) {...
asked by 24.11.2017 / 14:06
3
answers

integration Laravel 5.4 File Manager

I've been integrating as it says on this page link . What I do not understand is that I get an error: (1/1) InvalidArgumentException View [auth.login] not found. I am integrating it with TinyMCE that this configuration comes out: <te...
asked by 20.11.2017 / 23:52
1
answer

Php array String

Hi, I have this code in php to visualize the values of the array but I get an error of Array to string conversion and I do not know why. Code: <?php echo "<h3>Diferentes formas de array</h3>"; echo "Funcion array()...
asked by 26.09.2017 / 20:22
2
answers

Problem receiving data on Android with JSON, PHP and MySQL

I am developing an application for a restaurant control, it should be noted that I am relatively new to this, and most of what I do is with online consultations. This is the problem, I have this PHP Script in which I receive a variable of NA...
asked by 24.09.2017 / 03:49
1
answer

error PHP-LARAVEL Undefined variable:

I'm doing a project in laravel. But he throws me the next mistake. In my controller I have this: public function edit($id) { $lanifComercial = new PlanifComercial(); $lanifComercial->LABORATORIO = 'LABORATORIO'; return view('P...
asked by 31.07.2017 / 22:48
2
answers

Laravel Blade Templating + Vue2 HTML Render

I have an application that uses Laravel 5.4 and in order to search for reactive records with AJAX I decided to use Vue 2. The issue is that when rendering the information of Vue.js I get the classic and logical err...
asked by 28.07.2017 / 23:42
1
answer

Change key in Array in php

How can I change this array in php Array ( [respuestas] => Array ( [0] => Array ( [estatus] => ok [mensaje] => Mensaje enviado [referencia] => 2017071908074881946 [numcelular] => 7717477878 ) ) ) a Array ( [data] => A...
asked by 20.07.2017 / 03:31