June 25, 2006

Dictionary Translator

http://dictionary.reference.com/translate/text.html

Filed under Web by admin.
Permalink • Print •  • Comment

Short and sweet php script to get the file contents on a web page on another site.

$link_page = "http://www.example.com/";

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $link_page);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result = curl_exec ($ch);
curl_close ($ch);

print_r($result);
?>

Filed under Web by admin.
Permalink • Print •  • Comment

It’s about time linkie winkie happened, can’t believe it took this long to happen.

Filed under Other by admin.
Permalink • Print •  • Comment

Enter Your Keyword

From there description:

EnterYourKeyword.com offers advanced keyword searching created specifically for webmasters seeking a powerful way to extract thousands of keywords related to their website.

Filed under Web by admin.
Permalink • Print •  • Comment