What should I do if php cannot use user?

藏色散人
Release: 2023-03-17 12:24:02
Original
1607 people have browsed it

Solution to the problem that php cannot use user: 1. Find and open the php configuration file "php.ini"; 2. Find the "short_open_tag" option in "php.ini"; 3. Set the value of this option It is On; 4. Save the changes.

What should I do if php cannot use user?

The operating environment of this tutorial: Windows 7 system, PHP version 8.1, Dell G3 computer.

What should I do if php cannot use user?

Solution:

Set the value of

short_open_tag = On
Copy after login

in php.ini to On.

Related introduction:

This file must be named 'php.ini' and placed in the directory specified by the PHPIniDir directive in httpd.conf. It can be viewed using the phpinfo() function. If no modifications are made, it is generally placed in the PHP installation directory under the Windows platform.

What should I do if php cannot use user?

Recommended study: "PHP Video Tutorial"

The above is the detailed content of What should I do if php cannot use user?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template