当前位置:网站首页>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!
边栏推荐
- 8.04 Day35-----MVC three-tier architecture
- Acid (ACID) Base (BASE) Principles for Database Design
- Redis key basic commands
- C+ +核心编程
- DEJA_VU3D - Cesium功能集 之 056-智图Arcgis地图纠偏
- 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?
- 从企业的视角来看,数据中台到底意味着什么?
- [BSidesCF 2019]Kookie
- 开发属于自己的node包
- 事件解析树Drain3使用方法和解释
猜你喜欢

UE4 opens doors with overlapping events

多御安全浏览器 V10.8.3.1 版正式发布,优化多项内容

In the WebView page of the UI automation test App, the processing method when the search bar has no search button

8.04 Day35-----MVC three-tier architecture

write the story about us

事件解析树Drain3使用方法和解释

About the installation of sklearn library

Haproxy搭建Web群集

There are a lot of 4T hard drives remaining, prompting "No space left on device" insufficient disk space

bytebuffer 内部结构
随机推荐
Qixi Festival earn badges
[BJDCTF2020] EasySearch
[MRCTF2020]Ezpop(详解)
AUTOCAD - dimension association
Summary of common methods of arrays
Cron(Crontab)--使用/教程/实例
DEJA_VU3D - Cesium功能集 之 059-腾讯地图纠偏
四位数显表头设计
数字孪生技术在电力系统中的应用现状
Event parse tree Drain3 usage and explanation
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?
DEJA_VU3D - Cesium功能集 之 056-智图Arcgis地图纠偏
About the installation of sklearn library
No regrets, the appium automation environment is perfectly built
[BSidesCF 2019] Kookie
为什么刚考完PMP,就开始准备软考了?
Spark Basics [Introduction, Getting Started with WordCount Cases]
DNS被劫持如何处理?
UE4 为子弹蓝图添加声音和粒子效果
Mysql的redo log详解