转贴:开发大型PHP项目的方法(三)
好消息,终于可以直接在GD中输出汉字了。当然需要一个函数转换。谢谢sadly!
这是我的机器上的PHP4所可能用到的DLL的列表。还有说明
Php+MySql分页机制两种方案的比较测试:
PHP4中session的应用(1)--登录页面(login.php3)
我们经常要处理一些以星期为单位的日期,以下的代码生成一个从当前周开始十个星期的下拉列表。
一个简单的(也可以说是不完全的)IMAP类和应用。(二)
为什么有时PHP程序会在开头显示:X-Powered-By:PHP/4.0.0之类的字符呢?
SunSparcSolaris2.6Apache-1.3.12+MySQL-3.23.5+PHP-3.0.15安装记
向水晶报表数据源存储过程传参数 
页面导航:
正文内容:
<!--
file name: login.htm
-->
<html>
<head>
<title>系统登陆</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.css1 { font-size: 10pt; color: #ffcc66}
-->
</style>
</head>
<body bgcolor="#ffffff" topmargin=0 leftmargin=0>
<form method="post" action="login.php3">
<table width="210" bgcolor="#ffffff" height="106" bordercolor="navajowhite" border="1" style="width: 210px">
<tr bgcolor="#0000ff">
<td colspan="4">
<div align="center"><b><font color="#ffffff" face="楷体_gb2312">系统登陆</font></b></div>
</td>
</tr>
<tr bgcolor="#f9fde1" bordercolor="#cccccc">
<td width="71" class="css1">
<div align="center">用户帐号</div>
</td>
<td colspan="3" align=middle>
<input name="name" size="14" >
</td>
</tr>
<tr bgcolor="#f9fde1" bordercolor="#cccccc">
<td width="71" class="css1">
<div align="center">用户密码</div>
</td>
<td colspan="3" align=middle>
<input type="password" name="pwd" size="14" >
</td>
</tr>
<tr bgcolor="#f9fde1" bordercolor="#cccccc">
<td colspan="4" height="26" style="height: 26px">
<div align="center">
<input type="submit" name="submit1" value=" 登 陆 " height="20" style="font-size: smaller; height: 22px">
</div>
</td>
</tr>
</table>
</form>
</body>
</html>