Home >php教程 >php手册 >深入extjs与php参数交互的详解

深入extjs与php参数交互的详解

WBOY
WBOYOriginal
2016-06-06 20:29:251328browse

本篇文章是对extjs与php的参数交互进行了详细的分析介绍,需要的朋友参考下

复制代码 代码如下:




HelloWorld











复制代码 代码如下:


$userName = $_POST["userName"];
$password = $_POST["password"];
$msg = "";
if($userName=="lowkey" && $password=="zq19890319") {
$msg = "登陆成功";
} else {
$msg = "登陆失败";
}
echo($msg);
?>


,美国服务器,香港虚拟主机,美国服务器
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn