Extract URL and their Title

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Extract URL and their Title

Post by amir »

How to extract URL and their Title from other sites and store in mysql Database. Any working example or tutorials.

TIA!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

You need the url to retrieve the document, so this part should be obvious.
"Title" means the html <title> element?
Post Reply