Questions tagged as 'php'

1
answer

Read Xml Soap from a variable string php

I have a variable that collects the answer SOAP of the BBDD , and I need to analyze its content instead of making another request and consuming time. I'm implementing something like a "cache" and avoiding requests soap contin...
asked by 06.06.2017 / 11:04
1
answer

laravel filter results by date range

Hi, I need to filter according to a particular range of dates. I'm trying to do it on my own but it has not gone well. It is giving me this error. I want to filter by the field Date_emission below is the model of my table "SQLSTATE[22007]: Inv...
asked by 07.06.2017 / 15:37
1
answer

Migrate some tables in laravel?

Hello I have a database already created with some tables and records in them, this database was previously created with laravel. Now what happens is that it was necessary to modify some relationships between the tables from the laravel miagra...
asked by 02.06.2017 / 16:36
1
answer

Unable to open file generated with PHPExcel

Why does downloading my file as Excel from a PHP page give me an error that it can not be opened or the extension is not valid? Will this part of the code where I give it name and extension have to do? <?php function activeErrorReporting()...
asked by 20.07.2017 / 23:26
1
answer

URL encoded% 7B% 7B $ -% 7D% 7D /% 7B% 7B $ -% 7D% 7D

I have a route that sends all data well to the controller, but when the data arrives at the URL the data becomes symbols. I understand that %7B%7B$ dato %7D%7D is the same as {{$dato}} Does anyone know how to avoid this? p...
asked by 21.07.2017 / 00:29
2
answers

Deactivate a tab in Semantic UI

I continue to give the implementation of Semantic-UI and I am with a problem that I would have to see why it does not work. It turns out that I have a system of 5 tabs that depend on the certain values I take from the database. One of those...
asked by 04.07.2017 / 13:23
1
answer

Connect a remote database in Laravel

I am developing an application with Laravel 5.2 and I must connect a remote database, to do it from the command line I type. mysql -u root -p -h 'remote_ip' --skip-secure-auth Doing this does not send any errors, I want to do this from L...
asked by 29.05.2017 / 22:59
2
answers

SMTP ERROR: Failed to connect to server: Connection refused

I am trying to send a form in PHP to send it through the Godaddy server, but when I send it I get the error <?php $nombre = $_POST['nombre']; $email = $_POST['email']; $compania = $_POST['compania']; $telef...
asked by 01.06.2017 / 04:59
1
answer

What are the providers, aliases and their differences? [closed]

Hi, I'm good knowing Laravel and I'd like to know what the providers and aliases are in the file cofifg \ app.php and what their differences are.     
asked by 01.06.2017 / 21:17
1
answer

Positioning of boostrap panels

I am currently working on an application with Bootstrap 3 in Dreamweaver and I am using panels to separate some data and functions in a menu. As I know, when using grids on the page the page is divided into 12 possible columns, giving the pro...
asked by 14.06.2017 / 00:01