View Single Post
  #7 (permalink)  
Old 05-12-2008, 07:17 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,252
Last Blog:
Passwords
Credits: 910
Rep Power: 20
John has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud ofJohn has much to be proud of
Send a message via AIM to John Send a message via MSN to John
Default Re: How to take the true name of the site from the URL

Quote:
Originally Posted by Xav View Post
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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Reply With Quote