Result Size: 625 x 571
x
 
<!DOCTYPE html>
<html>
<body>
<?php
// Variable to check
$email = "john(.doe)@exa//mple.com";
// Remove all illegal characters from email
$email = filter_var($email, FILTER_SANITIZE_EMAIL);
echo $email;
?> 
</body>
<!-- Mirrored from www.w3schools.com/php7/phptryit.asp?filename=tryphp_func_sanitize_email by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 14:40:44 GMT -->
</html>
×

Report a Problem: