Here is an extract of the code. I have to clean it and improve it and in 0.0.2, all the code will be published. Cliquer sur le titre des colonnes pour classer soit par PR soit par position

"; echo "

Mot-clé : ",$kw,"

"; echo "
Résultats Google
"; $pagenum = 0; $googlefrurl = "http://www.google." . $ndd . "/search?hl=" . $lang . "&q=" . urlencode($kw) . "&start=$pagenum"; echo ("

Site : Google.".$ndd."

"); echo ''; echo ''; echo ''; echo ''; if ($_POST['liens_yahoo']=='oui') { echo ''; } echo ''; while($pagenum <= $c) { if (function_exists('curl_init')) { curl_setopt($ch, CURLOPT_USERAGENT, $GLOBALS['useragent']); curl_setopt($ch, CURLOPT_URL,$googlefrurl); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); $result=curl_exec ($ch); } else { $result= file_get_contents($googlefrurl); } preg_match_all('/

"; if (($i+1)==10) { echo "

"; } else { echo ""; } echo ""; echo ""; if ($_POST['liens_yahoo']=='oui') { echo ""; } echo ""; flush(); $i++; }//while }//while curl_close ($ch); echo '
Position sur GoogleUrlPagerankYahoo Backlinks
".($pagenum)."0"."".($pagenum-1).($i+1)."".$url_new."".$rs_pr."".get_nb_bl_yahoo($url_new)."
'; }//POST GO ?>