Guest User

Untitled

a guest
Jul 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. $html = file_get_contents('source.html');
  2. //$url = "http://46.4.130.245:8080/scripts/grabber/serp-test.php?site=semyadro.pro";
  3.  
  4. preg_match_all("#span class='big'>(.*?)<#", $html, $loss);
  5.  
  6. $res['poterianie'] = $loss[1][0];
  7. $res['viroschie'] = $loss[1][1];
  8. $res['prosevschie'] = $loss[1][2];
  9. $res['novie'] = $loss[1][3];
  10.  
  11. preg_match_all('#<div class='color_main || medium'>(.*?)</div>#', $html, $sites);// fatal error here(
Add Comment
Please, Sign In to add comment