News Feed
Jobs Feed
Sections




News Archive
PHPPro.org:
SQL Intro, Reciprocal Links & Finding Links with DOM
October 06, 2008 @ 12:09:15

Kevin Waterson has added three new tutorials to his PHPPro.org website recently:

  • Introduction To SQL - The language used in relational databases is SQL. Regardless of the database used, a standard language is used to communicate with them all. This tutorial shows some basic concepts to using SQL.
  • Reciprocal Links - Automating reciprocal links at first glance looks a daunting task. This helper class takes away much of the pain of what can be a mindlessly tedious process and simplifies it into a few easy to use class methods
  • Get Links With DOM - Perhaps the biggest mistake people make when trying to get URLs or link text from a web page is trying to do it using regular expressions. The job can be done with regular expressions, however, there is a high overhead in having preg loop over the entire document many times. The correct way, and the faster, and infinitely cooler ways is to use DOM.

You can find the links to these and many other great tutorials over on the PHPPro.org website's tutorials section.

0 comments voice your opinion now!
tutorial sql intro reciprocal link dom find


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: Retrieving Data from Google Analytics API using PHP

Rob Allen's Blog: Zend Framework Tutorial for 0.7

SitePoint PHP Blog: How to Upload Large Files in PHP

ZD Net Asia: Keep your options open with FTP file uploads

Abhinav Singh's Blog: How to add content verification using hmac in PHP


Community Events









Don't see your event here?
Let us know!


code framework zendframework2 event language opinion example object testing release community tool introduction conference api development podcast interview functional composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework