把你整个form的代码帖出来看看先~~:)

解决方案 »

  1.   

    print $Password ;
    请注意大小写喔。
    _______________________________________________________________多多交流    共同进步
    [email protected]
    http://nizvoo.myrice.com
    _______________________________________________________________
      

  2.   

    index.html 提交文件名; index.php
    <html>
    <form action="index.php" method="post">
    请输入密码:<input type="password" size=10 name="Password">
    <input type="submit">
    </form>
    </html>
    _____________________________________________________________________________
    index.php
    <?
    print "您刚才输入的密码是:".$Password ;
    ?>
    就是这个样子哟
    _______________________________________________________________多多交流    共同进步
    [email protected]
    http://nizvoo.myrice.com
    _______________________________________________________________