// read past cindices for display $fp = @fopen("past/past_indices.txt","r"); $past_indices = ""; while($in=fread($fp,1024)) $past_indices.=$in; fclose($fp); ?>
cindex*
This will query the total results in Google for two keywords/keyphrases
using EXACT and ALL methods of search and then calculate the correlation index
(c-index)
for the terms.**
>||:)!
*Using the Google Web Services API which is limited to 1000 request/day.
Each
click of the "get cindex" button sends 3 requests (kw1,
kw2 and kw12) which means
this thing is limited to about 333
clicks/day so
save some for the person behind you.
---------------------------------------------
**Based on posts by Orion on the SearchEngineWatch.com
Forums...
more
information::http://forums.searchenginewatch.com/forum/search.php?do=finduser&u=25
past cindices::
echo $past_indices; ?>