PHP constants and variables external variables code problems in the textbook
꧁ 诱 ꧂
꧁ 诱 ꧂ 2017-08-17 17:21:10
0
1
802

<html>                                                                                                        <?php

     <head>  </head>      <body>                                                                         $u=$_GET['username'];

        <form  ancion="reg.php" method="get">                                                      echo $u;

          <input type="text"  name="username">                                                        $password=$_GET[owd];

         <input type="password"  name="pwd">                                                       echo $password;

         <input type="submit"  value="提交">                                                      ?>

         </body>

</html>                     这两段代码  是不是我注册输入用户名密码 提交后  在  reg.php里面显示我注册的  信息        ?

                     如果是的话 我怎么操作 代码都看懂了  也写的对的  但是 实现不了???求大神谢谢                                     

꧁ 诱 ꧂
꧁ 诱 ꧂

reply all(1)
Ty80

$password=$_GET[owd]; Wrong writing, it is $password=$_GET['pwd'];

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template