There's a tutorial that appeared recently called Get Links With DOM .
Planet PHP lists the author as Kevin Waterson, although his name is not mentioned on the page itself. Anyway, he claims:
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...
Post new comment