新网创想网站建设,新征程启航

为企业提供网站建设、域名注册、服务器等服务

帝国cms字段判断 帝国cms怎么用

帝国cms自定义字段中,怎么判断该字段是否包含某字符,如果不包含,那么输出修改后的字段?

帝国系统水很深...

专注于为中小企业提供成都网站设计、做网站、成都外贸网站建设公司服务,电脑端+手机端+微信端的三站合一,更高效的管理,为中小企业利州免费做网站提供优质的服务。我们立足成都,凝聚了一批互联网行业人才,有力地推动了1000+企业的稳健成长,帮助中小企业通过网站建设实现规模扩充和转变。

判断的话..比如你字段变量为 $site;

if(preg_match('/http;/i',$site)){

$site = 'http://'.$site;

}

即可.

帝国cms 判断搜索字段的字段不能为空?

!doctype html

html

head

meta charset="UTF-8"

titleUntitled Document/title

/head

body

script

function CheckSearchForm(){

    if(document.getElementById("searchform").stitle.value=="")

    {

            alert("请输入标题");

            return false;

    }

    if(document.getElementById("searchform").swriter.value=="")

    {

            alert("请输入作者");

            return false;

    }

    return true;

}

/script

form name="searchform" id="searchform" method="post" action="/e/search/index.php" onsubmit="return CheckSearchForm();"

table width="550" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder"

input type="hidden" name="tbname" value="zhengshu"

input type="hidden" name="tempid" value="1"

input type="hidden" name="andor" value="and"

tr class="header"

  td colspan="2"新闻搜索/td

/tr

tr bgcolor="#FFFFFF"

  td width="97"姓名:/td

  td width="388"

      input type="hidden" name="show[]" value="title"

      input type="hidden" name="hh[]" value="LK"

      input name="keyboard[]" type="text" id="stitle"

  /td

/tr

tr bgcolor="#FFFFFF"

  td编号:/td

  td

      input type="hidden" name="show[]" value="xingming"

      input type="hidden" name="hh[]" value="LK"

      input name="keyboard[]" type="text" id="swriter"

  /td

/tr

    tr bgcolor="#FFFFFF"

  td /td

  td

    input type="submit" name="Submit" value="马上搜索"

    font color="#666666"(不设置为不限)/font

  /td

/tr

/table

/form

/body

/html

帝国cms调用调用并判断网址字段是否存在

?php

if($navinfor[‘address’]){

?

a href="http://[!--address--]" target="_blank" title="[!--address--]"img src="[!--news.url--]images/spxq.png" /a

?}else{echo "";}

这个适合在内容页模板


网站标题:帝国cms字段判断 帝国cms怎么用
当前链接:http://www.wjwzjz.com/article/ddghopg.html
在线咨询
服务热线
服务热线:028-86922220
TOP