Web Fetching
Results 1 - 20 of 26
Getting stock quote
In this tutorial I will show you how you can get any stock quotes from yahoo and display it on your own site.
Get actual weather information
In this tutorial I will show you how you can retrieve actual weather information from Yahoo Weather and display this information on your own site.
How to create a link checker
In this tutorial I will show you how to create your own basic link validate script to check link availability on any site.
How to get all META data of a website
In this tutorial I will show you how you can easy check META information of any website. It can be very useful in search engine optimization when you want to check your competitors settings.
How To Change Default User Agent String Using PHP
The user agent string of the browser can't be changed by default. But we often see, the logs of website visitors say, user agents were "Google Bot". What is this? Is this a special website browser used by Google? No, This is the website crawler engine of...
(show more)
PHP Keyword Scraper
A simple function, to collect related keywords for each keyword provided. Easy to use and implement.
Creating a simple web data (spider) extractor
This is a simple tutorial about creating a simple web data fetcher that will fetch specific content from a URL.
HTML DOM and easy screen scraping in PHP
Working with XML is easy in PHP with various extensions such as SimpleXML, however unfortunately HTML is far more tedious. Thankfully however, I found this; PHP Simple HTML Dom parser (they could really do with a shorter name! I’ll go for PSDP).
Parse html with preg_match_all
For the most of the PHP scripter which are using preg_match or preg_replace frequently is the function preg_match_all a smaller advantage, but for all others it’s maybe hard to understand. The biggest difference between preg_match_all and the regular...
(show more)
Dynamic thumbnails from websites
This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.
Download files with cURL
A snippet that helps you download files from the web, with the use of the well known cURL library for php
Fetch the description, title & keywords
This script first tries to find the meta tags including the description, title and keywords of a web page and if it does not get any, it will extract the content using the Curl library and the iconv function which takes into consideration the different...
(show more)
Server Status Checker
This small script will allow you to check if the servers on a website are online or offline.
Optimized script for fetching google pagerank
Most scripts written for getting a google pagerank connect to the google servers everytime someone views a page where the script is called. Depending on how busy your site is this can mean that you connect to google thousands of times each day to get...
(show more)
Contacting a contact list
Using freely available php classes I show how it is possible to download the contact list from Gmail and/or the MSN messenger service (given a username and password) and return this to the user. The user can then select or deselect the contacts they...
(show more)
Overture Keyword Extractor
Overture Keyword Extractor is a php driven function which will help you to fetch the content of the Keyword Selector Page of the yahoo search engine queries archive. It is very simple to use and implement, and the result is a simple array which can be...
(show more)
Crawl Your Site for PageRanks
This tutorial will teach how you to grab the Google PageRanks of every webpage on your domain.
Crawl Your Site for Google PageRanks
This recursive function crawls a domain for Google PageRanks of every webpage on the site.
Generate random password that includes numbers and letters
Generate random password that includes numbers and letters
Finding pagerank of a website using PHP
The code used to find pagerank of a website using PHP.
