上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 53 下一页
摘要: http://{$smarty.server.SERVER_NAME}/{$smarty.server.REQUEST_URI} 注释: 复制代码代码如下: {$smarty.server.SERVER_NAME}//表示:服务器名称{$smarty.server.REQUEST_URI}// 表示 阅读全文
posted @ 2018-05-05 20:22 阿波罗任先生 阅读(912) 评论(0) 推荐(0) 编辑
摘要: PHP中获取当前页面的完整URL 1 阅读全文
posted @ 2018-05-05 20:22 阿波罗任先生 阅读(1856) 评论(0) 推荐(0) 编辑
摘要: PHP还是比较常用的,于是我研究了一下PHP二维数组。在处理php数组的时候,有一种需求特别的频繁,如下二维数组: ? 1 2 3 4 5 6 7 8 9 10 $arr = array( 1=>array( 'id' => 5, 'name' => '张三' ), 2=>array( 'id' = 阅读全文
posted @ 2018-05-03 21:43 阿波罗任先生 阅读(2718) 评论(1) 推荐(0) 编辑
摘要: PHP Warning: strftime(): It is not safe to rely on the system's timezone set 当运行一些程序时,在httpd日志中会有如下警告日志: PHP Warning: strftime(): It is not safe to re 阅读全文
posted @ 2018-04-27 10:24 阿波罗任先生 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 在Smarty 中获取当前日期时间和格式化日期时间与PHP中有些不同的地方,这里就为您详细介绍:首先是获取当前的日期时间:在PHP中我们会使用date函数来获取当前的时间,实例代码如下:date("Y-m-dH:i:s"); //该结果会显示为:2010-07-27 21:19:36 的模式但是在S 阅读全文
posted @ 2018-04-27 09:58 阿波罗任先生 阅读(1289) 评论(0) 推荐(0) 编辑
摘要: 这里分两种情况来介绍 WHERE column IN (value1,value2,...)WHERE column NOT IN (value1,value2,...) 1、in 后面是记录集,如: select * from table where uname in(select uname f 阅读全文
posted @ 2018-04-27 08:52 阿波罗任先生 阅读(4866) 评论(0) 推荐(0) 编辑
摘要: 模板页index.tpl: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="ht 阅读全文
posted @ 2018-04-26 22:21 阿波罗任先生 阅读(387) 评论(1) 推荐(0) 编辑
摘要: 定义和用法 mysql_num_rows() 函数返回结果集中行的数目。 语法 说明 mysql_num_rows() 返回结果集中行的数目。此命令仅对 SELECT 语句有效。要取得被 INSERT,UPDATE 或者 DELETE 查询所影响到的行的数目,用 mysql_affected_row 阅读全文
posted @ 2018-04-26 21:50 阿波罗任先生 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 1、案例css代码 2、案例html代码 自己的案例, /*导航栏*/.menu a:link{ color:white}/* 链接默认为白色 */ .menu a:hover{ color:red}/* 鼠标悬停白色 */ .menu a:active{ color:yellow}/* 鼠标点击与 阅读全文
posted @ 2018-04-26 21:01 阿波罗任先生 阅读(2784) 评论(0) 推荐(0) 编辑
摘要: Smarty中的分页有很多方法。1。使用Smarty的分页插件,如Pager,pagnition,sliding_page等,不过感觉都不是太好,几乎都有一些Bug。有兴趣试用和自己去改进的朋友可以看看:http://smarty.php.net/contribs/plugins/view.php/ 阅读全文
posted @ 2018-04-26 15:42 阿波罗任先生 阅读(631) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 53 下一页