600字范文,内容丰富有趣,生活中的好帮手!
600字范文 > html注册跳转php错误500 页面跳转后提示HTTP 异常 500(Internal Server Error)

html注册跳转php错误500 页面跳转后提示HTTP 异常 500(Internal Server Error)

时间:2023-08-20 17:50:40

相关推荐

html注册跳转php错误500 页面跳转后提示HTTP 异常 500(Internal Server Error)

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

index.php跳转到chkadmin.php提示(服务器错误

网站在检索 http://localhost/shop/admin/chkadmin.php 时遇到错误。 该网站可能关闭进行维护或配置不正确。

以下是一些建议:

请稍后重新加载此网页。

HTTP 错误 500(Internal Server Error):服务器尝试执行请求时遇到了意外情况。)

index.php代码:

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);

}

chkadmin.php代码<?php

class chkinput

{

var $name;

var $pwd;

function chkinput($x,$y)

{

$this->name=$x;

$this->pwd=$y;

}

function checkinput()

{

发布php中文网,转载请注明出处,感谢您的尊重!

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

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。