当前位置:网站首页>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!
边栏推荐
猜你喜欢

There are several common event handling methods in Swing?How to listen for events?

Visibility of multi-column attribute column elements: display, visibility, opacity, vertical alignment: vertical-align, z-index The larger it is, the more it will be displayed on the upper layer

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

UI自动化测试 App的WebView页面中,当搜索栏无搜索按钮时处理方法

开发属于自己的node包

dedecms后台生成提示读取频道信息失败的解决方法

mutillidae下载及安装

No regrets, the appium automation environment is perfectly built

JeeSite New Report

多列属性column元素的可见性:display、visibility、opacity、垂直对齐方式:vertical-align、z-index 越大越显示在上层
随机推荐
NPDP证书含金量高吗?跟PMP相比?
UE4 opens doors with overlapping events
Mysql's redo log detailed explanation
upload上传图片到腾讯云,如何上传图片
从企业的视角来看,数据中台到底意味着什么?
Android interview question - how to write with his hands a non-blocking thread safe queue ConcurrentLinkedQueue?
token, jwt, oauth2, session parsing
浅析主流跨端技术方案
【informix】解决启动报错大全,以及解决办法
dedecms报错The each() function is deprecated
国学*周易*梅花易数 代码实现效果展示 - 梅花心易
Bosses, I noticed that a mysql CDC connector parameters scan. The incremental. Sna
狗仔队:表面编辑多视点图像处理
商业智能BI业务分析思维:现金流量风控分析(一)营运资金风险
概率论的学习和整理8: 几何分布和超几何分布
银行数据采集,数据补录与指标管理3大问题如何解决?
阿里本地生活单季营收106亿,大文娱营收72亿,菜鸟营收121亿
The most comprehensive exam questions for software testing engineers in 2022
[MRCTF2020]PYWebsite
Machine Learning Overview