PHP Tutorial

Build A Link Scraper With PHP

In this tutorial you will learn how to build a PHP script that scrapes links from any web page. The lesson covers extracting content from a site using cURL, parsing the content with PHP's Dom functions, finding links using XPath queries, and storing the links in a MySQL database. Legal issues associated with scraping content is discussed at the end of the tutorial.
Basics » merchantos.com
Score(+): 3 | Views: 183 | Save it | Report it


Top 20 Similar PHP Tutorials

Build you own YouTube

This tutorial is going to help you to build your own YouTube- Server side video conversion
General » noboxmedia.com
Score(+): 3 | Views: 160 | Similar Tuts | Save it | View this tutorial

Build an RSS Feed From the Information In Your Database With PHP

Learn how to take information in a MySQL database table and export it to RSS using the file writing capabilities of PHP.
General » shadow-fox.net
Score(+): 14 | Views: 593 | Similar Tuts | Save it | View this tutorial

Build up a function to secure a text box for your forms

Learn more about Building up a function to secure a text box for your forms
General » cagedflame.com
Score(+): 5 | Views: 178 | Similar Tuts | Save it | View this tutorial

Link Verifier

Using sockets check whether and link input by a user is working or gives a 404 error, many uses in many websites. Don't let users submit 404 links anymore!
Advanced » tutorialcode.com
Score(+): 3 | Views: 158 | Similar Tuts | Save it | View this tutorial

LiveThunder's Link Checker

Tired of checking of links on ur page are working manually? That can take hours. why waste your time when u can make this superb automatic link checker. enjoy!
Basics » livethunder.com
Score(+): 4 | Views: 114 | Similar Tuts | Save it | View this tutorial

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.
General » phptoys.com
Score(+): 16 | Views: 370 | Similar Tuts | Save it | View this tutorial

Link Exchange System with Dreamweaver CS3, PHP, MySQL and CSS

This tutorial will take you through all steps in developing your own link exchange system using Dreamweaver CS3, PHP, MySQL and CSS. First part of this tutorial covers the following topics: 1. Defining Project 2. Database design 3. Connecting to database 4. Designing template. Second part which will follow shortly will explain how to create a control panel and manage all dynamic data using Dreamweaver CS3.
General » sebastiansulinski.co.uk
Score(+): 3 | Views: 155 | Similar Tuts | Save it | View this tutorial

Link Exchange System with Dreamweaver CS3, PHP, MySQL and CSS Part 2

In the previous part of this tutorial we have learned how to define a new project in Dreamweaver CS3, how to design a database, how to connect to the database using Dreamweaver's build in tools and how to create a template and apply it to our pages. In this part of the tutorial we have a look at how to create a control panel to manage our links.
Database » sebastiansulinski.co.uk
Score(+): 3 | Views: 115 | Similar Tuts | Save it | View this tutorial

Simple button affiliate link system built with PHP and MySQL

This tutorial will teach you how to build a simple button links system and keep track of the number of visitors you send to your affiliates.
General » chipmunk-scripts.com
Score(+): 5 | Views: 150 | Similar Tuts | Save it | View this tutorial