Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Web Fetching

Results 1-20 of 20
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.
(3 ratings)
Reviews0
PriceFree
Views475
Import Gmail Contacts
Written in PHP and using cURL, this script imports the names and email addresses from your gmail account. When used with our Newsletter Script you can Create and Send an HTML Email Using FreeWebScriptz Import Contact Script easily! An HTML form is often used in email marketing to generate a greater response from potential customers.
(0 ratings)
Reviews0
PriceUSD 10.00
Views484
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. Includes sample code and an example implementation.
(6 ratings)
Reviews0
PriceFree
Views665
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.
(0 ratings)
Reviews0
PriceFree
Views814
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 some usage examples.
(3 ratings)
Reviews0
PriceFree
Views758
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.
(0 ratings)
Reviews0
PriceFree
Views882
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.
(0 ratings)
Reviews0
PriceFree
Views2198
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.
(3 ratings)
Reviews0
PriceFree
Views1885
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.
(9 ratings)
Reviews0
PriceFree
Views3662
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.
(0 ratings)
Reviews0
PriceFree
Views1023
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
(12 ratings)
Reviews0
PriceFree
Views2616
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.
(6 ratings)
Reviews0
PriceFree
Views1835
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.
(3 ratings)
Reviews0
PriceFree
Views1614
Dynamic thumbnails from websites
This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.
(0 ratings)
Reviews0
PriceFree
Views1811
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 of matches.
(3 ratings)
Reviews0
PriceFree
Views2810
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 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
(0 ratings)
Reviews0
PriceFree
Views2114
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 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.
(0 ratings)
Reviews0
PriceFree
Views1666
Crawl Your Site for PageRanks
This tutorial will teach how you to grab the Google PageRanks of every webpage on your domain.
(0 ratings)
Reviews0
PriceFree
Views2466
Crawl Your Site for Google PageRanks
This recursive function crawls a domain for Google PageRanks of every webpage on the site.
(0 ratings)
Reviews0
PriceFree
Views1750
(6 ratings)
Reviews0
PriceFree
Views2788
Results 1-20 of 20