感受生活、记录生活中的点点滴滴!

feed订阅 腾讯微博 新浪微博 qq 你好,欢迎光临! 

Category Archives: php技术

thinkphp实现无限极分类

2012.11.11 , , 14评论   4295个游客飘过

首先看数据库表:xp_cate 控制器: CateAction.class.php <?php class CateAction extends Action{ function index(){ $cate=M('Cate'); $list=$cate->field("id,name,pid,path,concat(path,'-',id) as...

php添加过滤敏感词

2012.11.11 , , 7评论   4128个游客飘过

<html> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <head> <title>后台</title> </head> <body> <form method="post" action...

解决“Bad Request (Invalid Hostname)”问题

2012.11.11 , , 暂无评论   4051个游客飘过

今天绑定域名遇到问题,打不开网页,出现“Bad Request (Invalid Hostname)”,这个提示是域名绑定不对出现的问题,找空间商搞了一个小时没搞明白,本来打算明天找解析服务器查查问题,在网上忽然找到这个答案给空间技术,结果出来好了。希望有此类问题的,可以借鉴。 当在Windows Server 2003+IIS6做Web服务器,出现打开如出现,Bad...