子罕言利与命与仁
摘要: 自动刷新: <meta http-equiv="Refresh" content="1800;URL= <?php if($_SERVER[ 'SERVER_NAME' ]=="sw.ciaic.com.cn"){ echo'http://sw.ciaic.com.cn/index.php/Home 阅读全文
posted @ 2018-10-31 09:11 日出的幻景 阅读(299) 评论(0) 推荐(0) 编辑
摘要: //正则验证手机号 function moible(obj){ var reg = /^0?(13[0-9]|14[0-9]|15[0-9]|17[0-9]|18[0-9]|)[0-9]{8}$/; if(!reg.test(obj)){ return false; }else{ return tr 阅读全文
posted @ 2018-10-31 09:11 日出的幻景 阅读(765) 评论(0) 推荐(0) 编辑
摘要: //输出一段utf-8编码的html $this->show('<p>欢迎使用 <b>ThinkPHP</b>!</p>','utf-8'); 字符串替换$br=str_replace("/>", "/><br />", $con); php把文本框回车转换成html换行 $aa=@ereg_rep 阅读全文
posted @ 2018-10-31 09:10 日出的幻景 阅读(630) 评论(0) 推荐(0) 编辑
摘要: $str = preg_replace("/(<a.*?>)(.*?)(<\/a>)/", '\1<span class="link">\2</span>\3', $str); //其中用了三个子模式(每个圆括号中内容为一个子模式),第一个是链接开始标签,第二个是链接文本,第三个是</a>然后第二个 阅读全文
posted @ 2014-11-19 20:42 日出的幻景 阅读(162) 评论(0) 推荐(0) 编辑
摘要: PHP中注释:#,//,/* */ 一、修改Apache配置 DocumentRoot "G:\PHP" //修改完需要重启Apache //以下二选一 1、调用Apache 公共配置vhosts.conf 路径:Apache\conf\httpd.conf Include conf/vhosts. 阅读全文
posted @ 2014-11-18 21:03 日出的幻景 阅读(395) 评论(0) 推荐(0) 编辑
Top