在Register.php中,它包含一個表單。PHP - strlen不工作
<html>
<body>
<form action="Insert.php" method="post">
Email: <input type="text" name="email" /><br/>
Username: <input type="text" name="username" /><br/>
<input type="submit" name="Send Registration" value="Send Registration"/>
</form>
</body>
</html>
在Insert.php中,它包含執行一些驗證的代碼。
當我輸入一個無效的電子郵件地址點擊'發送註冊',它會顯示錯誤信息「電子郵件無效」。 因此,我試圖輸入一個有效的電子郵件地址,並在用戶名字段輸入5個或更少的字符,然後點擊'發送註冊'。但它不顯示錯誤消息。
我可以知道我的代碼有什麼問題嗎?
對不起,我是編程和php的初學者。
在此先感謝!
感謝您的解釋! – Lloydworth 2012-02-02 04:13:16