我試圖做一個測試PHP登錄頁面,測試用戶是否輸入了電子郵件和密碼,然後重定向到另一個頁面。我使用了一段預編碼的登錄頁面(下面的HTML部分),其中有一個用於電子郵件和密碼的表單。沒有數據庫的PHP登錄頁面
<form action = "" method = "post">
<label>Mail:</label><br/>
<input type="email" placeholder="Enter your email"><br><br>
<label>Password:</label><input type = "password" name = "password" class = "box" /><br/><br />
<input type = "submit" value = " Ok "/><br />
<button onclick="location.href='http://www.google.com'" type="button">Ok</button>
</form>
是否有可能來檢查它是否電子郵件或不輸入值?
我是新來的stackoverflow,所以也許我不是以正確的方式提出問題,但我需要嘗試。 – Loga
它可以在沒有數據庫的情況下工作,但你不應該那樣做! –
是的。非常簡單地。但是請你先告訴我們你到目前爲止**自己嘗試了什麼?是的,你是對的,你問這個問題完全錯誤。你應該採取** [旅遊](http://stackoverflow.com/tour)**並閱讀[如何問一個好問題](http://stackoverflow.com/help/how-to-ask)第一。 –