Help me with a script
$url = 'hxxp://google.com/search?q=site:warriorforum.com&hl=en&num=100';
$m= file_get_contents ($url);
$specific_div = 'ires';
preg_match_all('#<ol\s*(?:id|class)\s*=\s*"'.preg_quote($specific_div).'">(.+?)</ol>#is', $m, $match);
print implode("<br>",$match[1]); Help me please.
www.peonyplants.net -- the gorgeous world of peonies
Available for article writing or <?php | .net ?> programming work! Article samples available on request.