Enter word   
"; $str .= ""; $str .= ""; $str .= ""; $str .= ""; if(@trim($data['ResultSet']['Result'])) { foreach($result as $i=>$word) { $str .= ""; $str .= ""; $wordS = htmlspecialchars($word); $str .= ""; $str .= ""; $str .= ""; } } else { $str .= ""; } $str .= "
#Keyword(click keyword for more suggestions)
".($i+1)."$wordS
No suggestions found
"; echo $str; } /* $search = urlencode($_REQUEST['search']); $content = fetch("http://inventory.overture.com/d/searchinventory/suggestion/?term=$search&mkt=us&lang=en_US"); preg_match_all("#^.*?>([^>]*?)$#m",$content,$data); $str = "
"; $str .= ""; $str .= ""; $str .= ""; $str .= ""; if($result = $data[1]) { foreach($result as $i=>$word) { $word = str_replace(" "," ",$word); $str .= ""; $str .= ""; $wordS = htmlspecialchars($word); $str .= ""; $str .= ""; $str .= ""; } } else { $str .= ""; } $str .= "
#Keyword(click keyword for more suggestions)
".($i+1)."$wordS
No suggestions found
"; echo $str; */ ?>