PHP Classes

keyword generator becomes cloud generator

Recommend this page to a friend!

      Automatic Site Keyword Generator  >  All threads  >  keyword generator becomes cloud...  >  (Un) Subscribe thread alerts  
Subject:keyword generator becomes cloud...
Summary:use $occured value to change appearance keywords
Messages:3
Author:Niek van Baalen
Date:2007-03-30 11:48:39
Update:2008-02-27 07:32:19
 

  1. keyword generator becomes cloud...   Reply   Report abuse  
Picture of Niek van Baalen Niek van Baalen - 2007-03-30 11:48:39
function occure_filter($array_count_values, $min_occur)
{
$occur_filtered = array();
foreach ($array_count_values as $word => $occured) {
if ($occured >= $min_occur) {
$occur_filtered[$word][$occured] = $occured;
}
}

return $occur_filtered;
}

function implode($gule, $array)
{
$c = "";
foreach($array as $key=>$val) {
foreach ($val as $font){
@$c .= "<font size=".$font.">".$key."</font>".$gule;
}
}
return $c;
}

  2. Re: keyword generator becomes cloud...   Reply   Report abuse  
Picture of stew stew - 2007-09-29 16:45:22 - In reply to message 1 from Niek van Baalen
hello i want add the Automatic Keyword Generator in <meta name="Keywords" content="" />

How i can do it, please help.
Bye!

  3. Re: keyword generator becomes cloud...   Reply   Report abuse  
Picture of Saurabh Bhutyani Saurabh Bhutyani - 2008-02-27 07:32:19 - In reply to message 1 from Niek van Baalen
How do I add links to each kayword? so that a user can click on it and go to the link.