Heim  >  Artikel  >  Backend-Entwicklung  >  深入extjs与php参数交互的详解_PHP教程

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

WBOY
WBOYOriginal
2016-07-21 15:03:251224Durchsuche

复制代码 代码如下:


 
  HelloWorld
  
  
  
  
  
 

 
 


复制代码 代码如下:

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

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/327849.htmlTechArticle复制代码 代码如下: html head titleHelloWorld/title meta http-equiv="Content-Type" content="text/html; charset=utf-8" link rel="stylesheet" type="text/css" href="../../ext-4...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn