这是我做过的一例子,请大家看看是什么毛病,为什么不能显示出登陆时间?

由 zk6312 在 11-09-2003 00:51 发表:

这是我做过的一例子,请大家看看是什么毛病,为什么不能显示出登陆时间?

 1<html>
 2<head>
 3<title>中文时间显示例子</title>
 4<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
 5</head>
 6<body bgcolor="#FFFFFF" text="#000000">
 7<p>你登录本站的时间:<p>   
 8  
 9&lt;?php   
10  
11$cweekday = array ("星期日","星期一","星期二","星期三","星期四","星期五","星期六");   
12  
13$now = getdate (time());   
14  
15$cur_wda</p></p></body></html>
Published At
Categories with 服务器类
Tagged with
comments powered by Disqus