Quote:
Originally Posted by Xav
What does the function preg_match() do? Does this mean you have to download the entire webpage before you can extract the title?
|
preg_match is a function to parse content using a regular expression. It can be used to parse websites (html) or plain text documents.