Web Fetching. Tutorials & Tips. PHP. Scripts from Hot Scripts. Review before you use or buy a script! Let Hot Scripts uncover the best free, open source and commercial hot-scripts Web Fetching scripts for your web site.
Web Fetching
-
Using cURL Within PHP
PHP includes an easy to use interface for the cURL library. This means you can easily communicate with other servers using a variety of protocols. It is commonly used to access web service APIs such as Twitter. This tutorial will explain the basics and
... (show more)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Parsing web pages in PHP
When it comes to parsing web pages in PHP, you need to look no further than Simple HTML DOM Parser. This DOM parser is an easy to implement library for parsing / scraping web pages. Let�s see you how we can use this library for our scraping needs.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Fetch and Display Tweets in a Web Page
This tutorial introduces some OOP concepts in PHP, and explains how to access and download tweets from a protected or public Twitter account, and how to create a quick-n-dirty cache for holding these tweets and protecting against the Twitter API limit.
... (show more)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Using cURL To Query Remote Servers In PHP
Learn to use curl with php to query remote webservers for data. This can be done to automate form submission, process credit cards, and more. Topics covered include SSL, proxies, cookie handling, and more.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Retrieving XML With cURL And SimpleXML
This tutorial explains how to use Curl and SimpleXML SimpleXML is a php5 extension used to parse XML data. Topics covered include loading XML documents, parsing nodes & attributes, and filtering data with XPath statements.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Dynamic thumbnails from websites
This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Crawl Your Site for PageRanks
This tutorial will teach how you to grab the Google PageRanks of every webpage on your domain.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Crawl Your Site for Google PageRanks
This recursive function crawls a domain for Google PageRanks of every webpage on the site.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Generate random password that includes numbers and letters
Generate random password that includes numbers and letters
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose