2012年5月21日

用Jquery获取checkbox多个选项

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb23 阅读全文

posted @ 2012-05-21 23:41 Roc ps'king 阅读(199) 评论(0) 推荐(0) 编辑

php+mysql实现列表按拼音首字母排列

摘要: 在很多商城系统中,都有把各种品牌按拼音排序,如果直接用sql的order的话,会先显示英文再显示中文,当然也不好判断对应的是哪个字母。昨天自己尝试的写了一下,基本的效果出来了。写的是utf-8版本的,如果是GBK版本,可以把代码中转化编码的那一段去掉。<?php include "fun.php";$conn = @ mysql_connect("localhost", "root", "") or die("数据库连接错误"); mysql_select_db("user&qu 阅读全文

posted @ 2012-05-21 21:59 Roc ps'king 阅读(1899) 评论(0) 推荐(0) 编辑

ThinkPHP + Discuz 整合方法

摘要: 以下是Discuz6的整合方法,discuz5请按照里面的说明进行相应的修改,也可以使用了。1.在项目的action目录下信件PublicAction.class.php。这样写:class PublicAction extends Action{function login(){ $this->display();if(!isset($_SESSIONC('USER_AUTH_KEY'))||$_SESSIONC('USER_AUTH_KEY')==0) {$this->display();return ;}else {redirect(__APP 阅读全文

posted @ 2012-05-21 11:02 Roc ps'king 阅读(359) 评论(0) 推荐(0) 编辑

导航