< form id="form1" name="form1" method="post" action="test3.php">
< p>請輸入資料< /p>
< p>帳號
< label>
< input name="uname" type="text" size="10" />
< /label>
< /p>
< p>密碼
< label>
< input name="upass" type="password" size="15" />
< /label>
< /p>
< p>
< label>
< input type="submit" name="Submit" value="送出" />
< /label>
< label>
< input type="reset" name="Submit2" value="重設" />
< /label>
< /p>
< /form>
=================PHP=====================
< ?php
echo "< h2>< font color='purpls'>您的資料為:< /font>< /h2>";
echo "您的帳號:".$_POST["uname"]."
";
echo "您的密碼:< font color='red'>".$_POST["upass"]."< /font>< p>";
?>
沒有留言:
張貼留言