Questions tagged as 'php-7'

0
answers

PHP - How to sort values from a lottery table

I have the following problem: "Imagine we have the records of a lottery, but we need to sort the values. I already tried the documentation code for php - asort , but it does not work! I'm using the 7.2.4 version of php...
asked by 21.04.2018 / 17:43
0
answers

Using two databases in a PHP + Codeigniter application

I know that this question has been asked before, but the ones I have been able to search for none helped me, I have a PHP + Codeigniter in> I have a select of the company I'm going to use the bank: if ($this->input->post('empresa') =...
asked by 13.04.2018 / 13:22
0
answers

private static property is getting value touched!

I have the class below: <?php namespace CONSTANTES; class Constantes { private $livre = true; private $util; private $site = array ( "dominio" => "crud.com.br", "www" => "www.c...
asked by 18.06.2018 / 01:11
1
answer

Installing Magento Community Edition in PHP 7.2.1

I am trying to install Magento Community Edition 2.2.3 but it appears the following error: Your PHP version is 7.2.1. The required PHP version is 7.0.2 | 7.0.4 | ~ 7.0.6 | ~ 7.1.0 Does anyone know if Magento already has support for this version...
asked by 28.02.2018 / 19:06
0
answers

Problem installing Oracle XE and PHP 7 on Windows 10

I'm having trouble resolving this installation. Does oracle support for Win10? I tried several forums and I could not. I'm using DLLs directly from pecl. But I always have the same error: PHP Warning: PHP Startup: Unable to load dynamic li...
asked by 27.02.2018 / 19:55
0
answers

Problems with Php and Mysqli

I recently emulated an old code for Mysqli and it is giving errors. Erro: Notice: Undefined variable: connection in /var/www/public_html/includes/functions.php on line 8 Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, n...
asked by 29.10.2017 / 19:32
1
answer

The value of the variable does not update [closed]

Hello, I installed BitAMI WAMP and I'm using php 7.1.7 and when I edit the value of a variable, and I give F5 in the browser, the value of the variable does not change in the web page. I tested 3 browsers, Firefox (what I use), Chrome, and Edg...
asked by 13.09.2017 / 20:42
1
answer

OAuth2 Authorization Problem using Wamp in Laravel 5.1

Good evening, I'm studying API RestFull with Laravel 5.1 and I ran into a problem requesting a request in OAuth. When I run the built-in PHP server it works normally link WhenIuseWampServeritgivesthismessage: link Does anyone kno...
asked by 21.07.2017 / 02:50
1
answer

Problems with caching in Laravel 5.4

Hello, I'm experiencing problems with caching in Laravel 5.4. When I give an UPDATE on a form, I direct the user to the listing of records. When I return to the edit form of the same, the old data (before making the change) still appear. Only...
asked by 19.07.2017 / 05:22
0
answers

Wamp Server upgrading PHP to version 7

Good evening, I have the following problem, I'm trying to update my PHP so I can follow the course with Laravel but I'm not having success. I have environment: Windows 10 Wamp 2.5 PHP 5.5.12 Apache 2.4 I've been reading the Laravel 5 document...
asked by 05.01.2017 / 04:58