php tag

731 questions


1 answers
506 views
0
「# yum remove php*" does not match the argument: php72_20221219.ini No packages are marked for deletion.

Copied /etc/php.ini to /home/hoge/backup.At that time, I changed the file name to php72_20221219.ini.Then go to /home/hoge/backup#yum remove php*After you run , Plug-ins loaded: fastestmirror, langpac...

1 years ago

1 answers
337 views
0
I would like to update PHP 7.2.3 to PHP 7.4, but when I type #yum remove php php-*, it says phpMyAdmin for dependency related deletion.

What do you want to doI want to update PHP 7.2.3 installed in CentOS 7 to PHP 7.4Reference PageUpdate to PHP 7.4Tried#yum remove php php-*// AbbreviatedDelete dependencies: composer noarch 1.6.3-3.el7...

1 years ago

1 answers
401 views
0
find a typo.I don't know the php error.

I'd like to use the API to create something that finds typographical errors, but I'm stuck, so I'd like to ask you a question.For the time being, I would like to make sure that there are no errors now...

1 years ago

2 answers
459 views
0
How to Receive Data Output Using echo in a Loop in an API in php

In laravel, I created an API that outputs JSON search results, but since there is a lot of data to output, I created it to send data in split echo.In this case, if I want to run the API within php of ...

1 years ago

1 answers
487 views
0
How to Add a Column Name in a Case Statement for SQL in CakePHP

kbn, name is the column name, but I want the |name part to be recognized as a string and recognized as a column name in the table. How should I describe it?SQL Statementselect case when kbn = '1' the...

1 years ago

1 answers
305 views
0
What does 'assoc' mean for fetchAll() in SQL?

When running SQL statements directly, the Cookbook says:What does this 'assoc' mean?$sql='select * from Users';$results=$connection->execute($sql)->fetchAll('assoc');

1 years ago

1 answers
469 views
0
Is it possible to use a combination of Apache 2.4.51 and PHP 5.4 or less?

Apache 2.2.17+PHP 5.2.1+CakePHP 1.1.14, created DB-related webs a long time ago.Due to a vulnerability in Apache, we would like to upgrade to Apache 2.4.51.I've seen how Apache 2.4.51 works with PHP 5...

2 years ago

1 answers
345 views
0
Learn how to write SQL directly

Hello.When running SQL statements directly, the Cookbook says:What does this 'assoc' mean?$sql='select * from Users';$results=$connection->execute($sql)->fetchAll('assoc');

2 years ago

1 answers
356 views
0
PHP wants to retrieve from database array, but only one character can be retrieved

PrerequisiteExcuse me.I am a beginner in PHP.We are currently creating a product listing page to create an EC site.What do you want to doI want to get the data stored in the database in an array.probl...

php
2 years ago

2 answers
331 views
0
When an inexperienced person studies PHP and JavaScript, what year or later should the book be published?

I'm an inexperienced student, but I'd like to study programming languages PHP and JavaScript on my own.I heard that programming languages change in a few years.If it is a book, how many years or later...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.