当前位置:网站首页>dedecms dream weaving tag tag does not support capital letters fix
dedecms dream weaving tag tag does not support capital letters fix
2022-08-05 04:20:00 【website building shadow】
Inadvertently found that some of the tag tags in my dedecms blog were invalid. At first I thought my tags were wrong, but I didn't understand it for a long time, and then I accidentally discovered that it was because the dedecms 5.7 version tag tags did not support capitalizationLetter, the following is the solution: open the tags.php file in the root directory of the website,
put the following line of code
$tag = trim($_SERVER['QUERY_STRING']); Change to
$tag = strtolower(trim($_SERVER['QUERY_STRING']));Note: PHP strtolower() function
Definition and usage
The strtolower() function converts a string to lowercase.
Syntax strtolower(string)
Parameter Description
string Required.Specifies the string to convert.
Example
Output:
hello world!
边栏推荐
- Feature preprocessing
- How do newcomers get started and learn software testing?
- Qixi Festival earn badges
- Redis1: Introduction to Redis, basic features of Redis, relational database, non-relational database, database development stage
- 如何解决复杂的分销分账问题?
- 事件解析树Drain3使用方法和解释
- Paparazzi: Surface Editing by way of Multi-View Image Processing
- Four-digit display header design
- 【8.4】代码源 - 【数学】【历法】【删库】【不朴素的数列(Bonus)】
- [SWPU2019]Web1
猜你喜欢
![【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】](/img/b5/716627b370e489ccf320a86540f7ba.png)
【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】

UE4 通过与其它Actor互动开门

Detailed explanation of Mysql's undo log

Four-digit display header design

UE4 opens doors with overlapping events

UE4 为子弹蓝图添加声音和粒子效果

The production method of the powered small sailboat is simple, the production method of the electric small sailboat
![[CISCN2019 华东南赛区]Web11](/img/15/843334fec0a5cc8cfaba92aab938db.png)
[CISCN2019 华东南赛区]Web11

bytebuffer internal structure

token, jwt, oauth2, session parsing
随机推荐
dedecms织梦tag标签不支持大写字母修复
银行数据采集,数据补录与指标管理3大问题如何解决?
Mysql的undo log详解
token, jwt, oauth2, session parsing
UE4 在游戏运行时更改变量 (通过鼠标滑轮来更改第一人称角色的最大行走速度)
[MRCTF2020]PYWebsite
UE4 更改组件变量 (以修改第一人称角色模板的最大行走速度和跳跃高度为例)
【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】
8.04 Day35-----MVC three-tier architecture
Summary of common methods of arrays
国学*周易*梅花易数 代码实现效果展示 - 梅花心易
第一次性能测试实践,有“亿”点点紧张
bytebuffer internal structure
creo怎么测量点到面的距离
UE4 opens doors with overlapping events
8.04 Day35-----MVC三层架构
特征预处理
[BSidesCF 2019] Kookie
[BJDCTF2020]EasySearch
dedecms后台生成提示读取频道信息失败的解决方法