In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces the method of using php sentence in dedecms, which is very detailed and has certain reference value. Friends who are interested must finish it!
In DEDECMS, if you use the php statement, you can use the {dede:php} tag. The simplest input is as follows:
{dede:php} $numA = 1; $numB = 2; echo $numA + $numB; {/ dede:php}
From the above statement, we can see that the dede:php tag can be used in the same way as in php. The above statement is written as follows in php:
Does it look like it? let's take a look at another one with if else conditions.
[field:global runphp='yes' name=autoindex] $a = ""; $b = ""; $c = ""; if (@ me > 3) @ me= $c.Secretme.roomb; else @ me= $a.cubme.roomb; [/ field:global]
I won't write this in php. Let's look at the combination of dede php tags and sql tags.
[related courses study: dedecms video tutorial]
Output a single piece of content with SQL query
{dede:php} $row = $dsql- > GetOne ('select id,typename from dede_arctype where id=2'); print_r ($row); {/ dede:php}
The content of this output is:
Array ([id] = > 2 [typename] = > Q & A) these are all the contents of the method of using php statements in dedecms. Thank you for reading! Hope to share the content to help you, more related knowledge, 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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.