Chinaunix首页 | 论坛 | 博客
  • 博客访问: 144591
  • 博文数量: 27
  • 博客积分: 2613
  • 博客等级: 少校
  • 技术积分: 270
  • 用 户 组: 普通用户
  • 注册时间: 2004-12-17 13:12
个人简介

No pain, no gain.

文章分类

全部博文(27)

文章存档

2011年(4)

2010年(2)

2009年(2)

2008年(3)

2007年(2)

2006年(4)

2005年(4)

2004年(6)

我的朋友

分类:

2006-05-31 23:57:27

/* written by LiYongQuan */
/* fetch data from a table, this table must contain two columns, one is department's ID, and another is department's name */
function department($all="T",$specify="N")
{
 include "./tools/con_db.php";
 $con=mysql_connect($DB_SERVER,$USER,$PASSWORD);
 mysql_select_db($DB_NAME,$con);
 $query="select * from Department";
 $result=mysql_query($query,$con);
 echo("");
 mysql_close($con);
 unset($result);
}
阅读(1030) | 评论(0) | 转发(0) |
0

上一篇:upload file function

下一篇:Excel文件读写类

给主人留下些什么吧!~~