Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Resolve the problem that dedecms5.7tag tags do not support uppercase letters

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Solve the problem that dedecms5.7tag tags do not support uppercase letters? This problem may be often seen in our daily study or work. I hope you can gain a lot from this question. The following is the reference content that the editor brings to you, let's take a look at it!

What if the dedecms5.7tag tag does not support uppercase letters?

Dedecms5.7tag tags do not support uppercase letter solutions

I inadvertently found that some of the tag tags in my dedecms blog were invalid. At first, I thought I had made a mistake, but I didn't understand it for a long time. Later, I inadvertently found that it was because the dedecms5.7 version of the tag tag does not support uppercase letters.

Here 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'])

Replace it with

$tag = strtolower (trim ($_ SERVER ['QUERY_STRING']))

Note: PHP strtolower () function

Definition and usage

The strtolower () function converts a string to lowercase.

Grammar

Strtolower (string)

Parameters.

String is required. Specifies the string to be converted.

Examples

Output:

Hello world! Thank you for reading! After reading the above, do you have a general understanding of solving the problem that dedecms5.7tag tags do not support uppercase letters? I hope the content of the article will be helpful to all of you. If you want to know more about the relevant articles, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report