Keyword
require_once 'wp-content/plugins/wp-seo-tags/wp-seo-tags.php';
$sql=" SELECT * FROM wp_wpseotags_referer where deleted = 0 and blogtarget<>‘/store/’ order by dt desc LIMIT 0 , 600″;
$data = mysql_query($sql);
while($row = mysql_fetch_array($data)){
echo $rows["target"];
$t=”Von “.str_replace(“www.”, “”, htmlspecialchars($row["engine"]));
$a = ““.htmlspecialchars($row["q"]).”“;
$jadi .= $a . ‘, ‘;
}
echo substr($jadi,0,strlen($jadi)-2) . ‘
‘;
?>
