Geen informatie Advertentie plaatsen   Geen informatie Mijn Account   Geen informatie Uitgebreid zoeken   Geen informatie Help   Geen informatie Contact

  Inloggen      

Logo Advertentiedomein


Gratis adverteren

Home > Mijn advertenties >Gratis adverteren

function text_between($start,$end,$string) { if ($start != '') {$temp = explode($start,$string,2);} else {$temp = array('',$string);} $temp = explode($end,$temp[1],2); return $temp[0]; } function gsscrape($keyword) { $keyword=str_replace(" ","+",$keyword); global $kw; $data=file_get_contents('http://clients1.google.com/complete/search?hl=en&gl=uk&q='.$keyword); $data=explode('[',$data,3); $data=explode('],[',$data[2]); foreach($data as $temp) { $kw[]= text_between('"','"',$temp); } } #simple to use, just use yourscriptname.php?keywords if ($_SERVER['QUERY_STRING']!='') { gsscrape($_SERVER['QUERY_STRING']); foreach ($kw as $keyword) { gsscrape($keyword); } } #all results are in array $kw... print_r($kw);

Terug || Advertentie plaatsen || Mijn advertenties || Zoeken || Contact || Nieuwsbrief || Adverteren || Help & voorwaarden

Copyright ? www.advertentiedomein.nl, Alle rechten voorbehouden