Hi there,
is there anybody who could help me out with my problem ?
BTW: my problem : i need to make a search engine - to search all links in our database (~4500 websites), actually need to search their home pages..
lets say i have links in database such as:
http://www.php.net
http://www.phpbuilder.com/index.php
http://www.asp101.com
so i want to have homepages of these websites in my database (works faster)
and when somebody will be looking for a phrase: "General help on php coding"
it will return him links to the first two websites ...
so what is the easiest way to dump the database with all text ?
and how to ping the website ?