Home > php教程 > php手册 > body text

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

WBOY
Release: 2016-06-06 20:29:25
Original
1227 people have browsed it

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

复制代码 代码如下:




HelloWorld











复制代码 代码如下:


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


,美国服务器,香港虚拟主机,美国服务器
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!