keyword:
 (.+?)<\/td>(.+?)size=1 color=#000000>(.+?)<\/a>/is", $overture, $result); $result = $result[3]; print join("
", $result); $i=0; foreach ($result as $value) { $i++; if ($i > 30) { break; } $overture2 = @file_get_contents('http://inventory.overture.com/d/searchinventory/suggestion/?term='.urlencode($value).'&mkt=us&lang=en_US'); preg_match_all("/sans-serif\" size=1> (.+?)<\/td>(.+?)size=1 color=#000000>(.+?)<\/a>/is", $overture2, $result2); $result2 = $result2[3]; print join("
", $result2); } } ?>