当前位置:网站首页>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!
边栏推荐
猜你喜欢
AUTOCAD - dimension association
A 35-year-old software testing engineer with a monthly salary of less than 2W, resigns and is afraid of not finding a job, what should he do?
四位数显表头设计
App rapid development and construction experience: the importance of small programs + custom plug-ins
日志导致线程Block的这些坑,你不得不防
[BSidesCF 2019]Kookie
大学物理---质点运动学
MySql index learning and use; (I think it is detailed enough)
How to solve the three major problems of bank data collection, data supplementary recording and index management?
[CISCN2019 South China Division]Web11
随机推荐
App快速开发建设心得:小程序+自定义插件的重要性
狗仔队:表面编辑多视点图像处理
DEJA_VU3D - Cesium功能集 之 058-高德地图纠偏
【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】
token, jwt, oauth2, session parsing
Use IDEA to connect to TDengine server
小程序_动态设置tabBar主题皮肤
四位数显表头设计
[8.3] Code Source - [meow ~ meow ~ meow~] [tree] [and]
Cron(Crontab)--use/tutorial/example
【测量学】速成汇总——摘录高数帮
说说数据治理中常见的20个问题
Ali's local life's single-quarter revenue is 10.6 billion, Da Wenyu's revenue is 7.2 billion, and Cainiao's revenue is 12.1 billion
bytebuffer 使用demo
【8.3】代码源 - 【喵 ~ 喵 ~ 喵~】【树】【与】
Mysql's redo log detailed explanation
There are several common event handling methods in Swing?How to listen for events?
UE4 通过互动(键盘按键)开门
[BJDCTF2020] EasySearch
C语言-大白话理解原码,反码和补码