Tag Archives: php url parser

How to Parse All Links From a Page With PHP Using DOM Technology

Today I will share a simple script that may be used to extract all URLs from a single page. You don’t have to deal with regular expressions anymore, if you don’t like them. DOM technology that is integrated in PHP5 allows you to do this in just some strings of your code without any specific knowledge. Here is… Read More »