Advertisement
Guest User

Richie

a guest
Apr 26th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2. $file = file_get_contents("urlnya mbak");
  3. $file = strip_tags($file);
  4. preg_match_all(
  5. "([a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+(?:[A-Z]{2}|com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|co.jp|)\b)siU",
  6. $file,
  7. $matches);
  8. print_r($matches);
  9. ?>
  10.  
  11. :) Richie
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement