<html> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<?php
? ? ?<tête>??≪/tête>? ? ? <corps> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? $u=$_GET['nom d'utilisateur'];
? ? ? ? <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> ? ? ? ? ? ? ? ? ? ? 這 兩 段 代碼 是 不 是 我 注冊(cè) 輸入 用戶 名 密碼 提交 后 在 REG.PHP 里面 顯示 我 注冊(cè) 的 信息?
如果 是 的話 我 怎么 操作 代碼 都 了 也 也 寫 對(duì) 的 我 怎么 操作 代碼 看懂 了 也 寫 的 對(duì) 的 但是 實(shí)現(xiàn) 不 ??? ??? 求 求 求大神謝謝 ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ??
$password=$_GET[owd]; Mauvaise écriture, c'est $password=$_GET['pwd'];