php页面空白问题!
<?phprequire("./global.php");if($send){functionlogin($username,$password);}?><html><h...
<?php
require("./global.php");
if($send){
function login($username,$password);
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>好玩游戏新闻中心管理员登陆</title>
</head>
<body bgcolor=#808000 text=pink>
<center>
<p> </p>
<table bgcolor=ivory border="0" width="100%" height="60%" cellspacing="5" cellpadding="5">
<tr>
<td align=center valign=middle>
<h1>新闻发布系统后台登录登录</h1>
<form action=admin.php method=post>
用户名: <input type=text size=10 maxlength=50 name=username><p>
密码: <input type=password size=10 maslength=20 name=password><p>
<input type=submit value="登录" name=send><p>
</form>
</td></tr>
</table>
</center>
<p align="center">好玩游戏-网络游戏简介网(www.haowangame.com)</p>
</body>
</html>
----------------------------
当我把上面的代码放到服务器上测试时显示的是一片空白,但当我去掉“
if($send){
function login($username,$password);
}
”
这段代码块时却又能正常显示。
这是什么原因???
是跟服务器的限制有关吗? 展开
require("./global.php");
if($send){
function login($username,$password);
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>好玩游戏新闻中心管理员登陆</title>
</head>
<body bgcolor=#808000 text=pink>
<center>
<p> </p>
<table bgcolor=ivory border="0" width="100%" height="60%" cellspacing="5" cellpadding="5">
<tr>
<td align=center valign=middle>
<h1>新闻发布系统后台登录登录</h1>
<form action=admin.php method=post>
用户名: <input type=text size=10 maxlength=50 name=username><p>
密码: <input type=password size=10 maslength=20 name=password><p>
<input type=submit value="登录" name=send><p>
</form>
</td></tr>
</table>
</center>
<p align="center">好玩游戏-网络游戏简介网(www.haowangame.com)</p>
</body>
</html>
----------------------------
当我把上面的代码放到服务器上测试时显示的是一片空白,但当我去掉“
if($send){
function login($username,$password);
}
”
这段代码块时却又能正常显示。
这是什么原因???
是跟服务器的限制有关吗? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询