Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: メールが有効かどうかを確認するには?
filter_var('test@test.com', FILTER_VALIDATE_EMAIL)
type="email" を使用するだけでメールを検証する簡単な方法
例
<form> <input type="email" name="email"> <input type="submit" name="submit"> </form>