The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Tips and Tutorials :: Web Fetching
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 23    Displaying: 1 - 20 Pages:  1 2

   Reader class - parse a web sites links into array   Hits: 2027 

 
<b> download link now on arthurcote.com </b> I read a bunch of headline sites which takes alot of clicking. So I created the Reader class to extract all links, e.g., <a href.....>..</a> to a php array. I then created a web page for myself that displays 4 websites work of headlines on a single web page. This saves me a lot of page loads and typing. So I thought I'd post it in case someone might find it useful...


Free   Version: v 1.2   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Jun 27 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Getting stock quote   Hits: 321 

 
In this tutorial I will show you how you can get any stock quotes from yahoo and display it on your own site.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Nov 20 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How to get all META data of a website   Hits: 579 

 
In this tutorial I will show you how you can easy check META information of any website. It can be very usefull in search engine optimization when you want to check your competitors settings.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Nov  2 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Get actual weather information   Hits: 798 

 
In this tutorial I will show you how you can retrive actual weather information from Yahoo Weather and display this information on your own site.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Aug 15 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How to create a link checker   Hits: 238 

 
In this tutorial I will show you how to create your own basic link validate script to check link availability on any site.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Aug 15 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Download files with cURL   Hits: 609 

 
A snippet that helps you download files from the web, with the use of the well known cURL library for php


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Jul 13 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Server Status Checker   Hits: 869 

 
This small script will allow you to check if the servers on a website are online or offline.


Free   Version: n/a   Platform(s): n/a   Updated: Mon Feb 26 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Overture Keyword Extractor   Hits: 1753 

 
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 used in any keyword research application.


Free   Version: v1.0   Platform(s): linux, windows, freebsd   Updated: Wed Jul  5 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Finding pagerank of a website using PHP   Hits: 1880 

 
The code used to find pagerank of a website using PHP.


Free   Version: n/a   Platform(s): linux, windows   Updated: Fri May 27 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Generate random password that includes numbers and letters   Hits: 1474 

 
Generate random password that includes numbers and letters


Free   Version: n/a   Platform(s): linux, windows   Updated: Fri May 27 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP and cURL example   Hits: 5216 

 
This shows how to grab a page from either your own site or another using PHP and cURL. This in fact can be done with only 4 lines of code


Free   Version: n/a   Platform(s): n/a   Updated: Mon Apr 18 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   yahoo stock quote (csv file)   Hits: 5129 

 
This example shows how to get the CSV file for a certain company . We can then get all of the entries and display them individually . This means you could display only the entries that interest you.


Free   Version: n/a   Platform(s): n/a   Updated: Mon Apr 18 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Dynamic thumbnails from websites   Hits: 684 

 
This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.


Version: 1   Platform(s): n/a   Updated: Fri Sep 28 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Parse html with preg_match_all   Hits: 877 

 
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 preg_match is that all matched values are stored inside a multi-dimensional array to store an unlimited number of matches.


Version: 1   Platform(s): n/a   Updated: Fri Sep 28 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Fetch the description, title & keywords   Hits: 556 

 
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 charset. There is a live demo.


Version: 1.0.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu May 24 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Optimized script for fetching google pagerank   Hits: 924 

 
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 exactly the same information. This script uses a cache to prevent this from happening. The first time someone visits your site the script connects to google and then after that the pagerank value is fetched from a cache. This is far faster (my tests suggested about 30 times faster) and requires less bandwidth. Beyond the benefits in time it is also easy to use and can be used to either fetch a value for the pagerank or generate html code to display an image representing the pagerank


Version: n/a   Platform(s): n/a   Updated: Tue Dec 19 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Contacting a contact list   Hits: 760 

 
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 wish to send an email to before submitting the form and sending emails to all their chosen contacts. This is quite a nice method to 'turbocharge' the basic 'tell-a-friend' style script. Rather than contacting one friend it is quick and simple to contact fifty or a hundred contacts which means more likely visitors to your site.


Version: n/a   Platform(s): n/a   Updated: Tue Dec 19 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Crawl Your Site for PageRanks   Hits: 1579 

 
This tutorial will teach how you to grab the Google PageRanks of every webpage on your domain.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Jun 17 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Crawl Your Site for Google PageRanks   Hits: 1025 

 
This recursive function crawls a domain for Google PageRanks of every webpage on the site.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Jun 17 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Data Mining Tools - Tutorial &amp; PHP Functions   Hits: 4568 

 
Data Mining Tutorial complete with Data Mining Tools (PHP Functions) to parse data and match based on regular expressions. Basic Data Mining Steps: Fetch the HMTL page(s) of Interest using the Snoopy PHP Class, Split the page HTML into a more managable portion, Remove un-wanted HTML tag attributes, Reformat HTML, adjust spacing and remove entities, Match content with regular expressions and Store content into a MySQL database for future use. Data mining services available for online resources such as Google, DMOZ, Yahoo, Yellow Pages and several others.


Version: n/a   Platform(s): linux, windows, freebsd   Updated: Fri May  9 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 23    Displaying: 1 - 20 Pages:  1 2

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog