The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, nkutty@bics.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.0 (Fedora) Server at bbt.com Port 80
Run Code Online (Sandbox Code Playgroud)
这在我的本地系统中工作正常但它在服务器中不起作用.任何人都可以帮助弄清楚它为什么?提前致谢!
我正在寻找一种在经典ASP中加密/解密密码的方法.有人可以告诉我哪种方法很好,有什么方法可以在经典的ASP中做到这一点.
以下字符串(来自数据库)存储为变量,
str = "if($me == 1)
{
return array(9=>true,10=>true,11=>true)
}
else
{
return array(9=>false,10=>false,11=>false)
}"
Run Code Online (Sandbox Code Playgroud)
由于脚本是动态的...所以需要通过传递变量来从中找到输出.谁能帮助我如何做到这一点.