Active Articles: 2038
Total Categories: 16
Sub Categories:616
Crawl Your Site for PageRanks | ||||||||
This tutorial will teach how you to grab the Google PageRanks of every webpage on your domain. ... learn more
| ||||||||
| ||||||||
yahoo stock quote (csv file) | ||||||||
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. ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Crawl Your Site for Google PageRanks | ||||||||
This recursive function crawls a domain for Google PageRanks of every webpage on the site. ... learn more
| ||||||||
| ||||||||
Get actual weather information | ||||||||
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. ... learn more
| ||||||||
| ||||||||
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 exactly the same information. This script uses a cache ... learn more
| ||||||||
| ||||||||
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 preg_match is that all matched values are stored inside a multi-dimensional array to store an unlimited number ... learn more
| ||||||||
| ||||||||
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 ... learn more
| ||||||||
| ||||||||
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 charset. There is a live demo. ... learn more
| ||||||||
| ||||||||
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 usefull in search engine optimization when you want to check your competitors settings. ... learn more
| ||||||||
| ||||||||
PHP and cURL example | ||||||||
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 ... learn 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 used in any keyword research application. ... learn more
| ||||||||
| ||||||||
Data Mining Tools - Tutorial & PHP Functions | ||||||||
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 ... learn 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 wish to send an email to before submitting the ... learn more
| ||||||||
| ||||||||
Dynamic thumbnails from websites | ||||||||
This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa. ... learn more
| ||||||||
| ||||||||
