亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Préparation simple de la page d'inscription

Créez une nouvelle page register.php?:

Le code est le suivant?:

<?php
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<form action="check.php" method="post">
    用戶名:<input type="text" id="name" name="name"/><br>
    密碼:<input type="password" id="pwd" name="pwd" /><br>
    手機號:<input type="text" id="phone" name="phone" /><br>
    <input id="msg" hidden>
    <input id="code" hidden name="code">
    <input type="text" id="yzm" name="yzm"><input type="button" id="yzmfs" value="發(fā)送短信驗證碼" onclick="settime(this)" /> <br>
    <input type="submit" id='register' name='register' value="注冊">
</form>
</body>
</html>

Résultats d'exécution?:

微信圖片_20180312105855.png



Formation continue
||
<?php echo "注冊頁面簡單展示";
soumettreRéinitialiser le code