python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Upgrade PHP version in project from 5.6 to 8.1
I need to upgrade PHP version of my project. It is PHP5.6 and I want to upgrade it to PHP8.1. I tried to search for such information but couldn't find it, thus, I want to ask. Is it better to upgrade ...
Mr_T
Votes: 0
Answers: 2
Non-static method common\components\DirectoryHelpers::mimeType() should not be called statically
totally php newbie here.
need help about our library program here.
i try to upload our book cover to our webserver, but get this error instead.
the problem lines here
got this task to connecting our ...
Noisyheaven
Votes: 0
Answers: 1
lampp php5.6 install redis via pecl
I need to install redis on my lampp(php5.6.40) via pecl in mint 20
cd /opt/lampp/bin
sudo ./pecl install redis
but I got an error :
WARNING: channel "pecl.php.net" has updated its protocols...
arjilm
Votes: 0
Answers: 1
PHP 7.2 move_uploaded_file is giving text `here`, instead of true or false
I have this code,
move_uploaded_file($filename_upload, '/site/path/out/of/this/project/files/reports/dailyreports/' . $excelname.".".$ext_name);
This have to give me true or false. But it r...
arun
Votes: 0
Answers: 1