Please help me with the require_once() problem in php
卍*
卍* 2019-12-04 15:57:55
0
1
1120

In PHP projects on freebsd, the files introduced by require_once() are the previous versions. The new version files will not take effect. Use require() to take effect. The new version files will take effect. Then switch to require_once() or the imported previous version files.

卍*
卍*

reply all(1)
殘留の回憶

First of all, you need to understand the difference between require_once and require()

require_onceIf there are multiple require_once with the same path, it will only be executed once

require is the opposite. You can send the details Let’s refer to your code again

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template