首页 > 后端开发 > php教程 > 页面跳转后提示HTTP 异常 500(Internal Server Error):服务器尝试执行请求时遇到了意外情况

页面跳转后提示HTTP 异常 500(Internal Server Error):服务器尝试执行请求时遇到了意外情况

不言
发布: 2023-02-28 14:16:02
原创
7893 人浏览过

  页面跳转后提示HTTP 错误 500(Internal Server Error):服务器尝试执行请求时遇到了意外情况。
index.php跳转到chkadmin.php提示(服务器错误
网站在检索 http://localhost/shop/admin/chkadmin.php 时遇到错误。 该网站可能关闭进行维护或配置不正确。
以下是一些建议:
请稍后重新加载此网页。
HTTP 错误 500(Internal Server Error):服务器尝试执行请求时遇到了意外情况。)

index.php代码:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

<html>

<head>

<title></title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<link href="../css/font.css?7.1.34" rel="stylesheet">

</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<p> </p>

<p>

</p>

<p> </p>

<p> </p>

<p> </p>

<script language="javascript">

function chkinput(form){

if(form.name.value==""){

alert("请输入用户名!");

form.name.select();

return(false);

}

if(form.pwd.value==""){

alert("请输入用户密码!");

form.pwd.select();

return(false);

}

return(true);

}

</script>

<form name="form1" method="post" action="chkadmin.php" onSubmit="return chkinput(this)">

<table width="545" border="0" align="center" cellpadding="0" cellspacing="0" id="__01">

<tr>

<td height="226" background="images/default_01.gif"> </td>

</tr>

<tr>

<td height="45" align="right" background="images/default_02.gif">

<table width="407" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="57" align="center">用户名:</td>

<td width="94" align="center"><input type="text" name="name" size="14" maxlength="20" class="inputcss"></td>

<td width="53" align="center"> 密 码:</td>

<td width="104" align="center"><input type="password" name="pwd" size="14" maxlength="20" class="inputcss"></td>

<td width="99">

<input name="imageField" type="image" src="images/default_07.gif" width="74" height="24" border="0"></td>

</tr>

</table>

</td>

</tr>

<tr>

<td height="23" background="images/default_04.gif"></td>

</tr>

</table>

</form>

</body>

</html>

登录后复制

chkadmin.php代码

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

<?php

 

class chkinput

{

var $name;

var $pwd;

 

function chkinput($x,$y)

{

$this->name=$x;

$this->pwd=$y;

}

 

function checkinput()

{

登录后复制


相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
作者最新文章
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板