crawler

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
thatsme
Forum Commoner
Posts: 87
Joined: Sat Apr 07, 2007 2:18 am

crawler

Post by thatsme »

Hi,

I am looking for a script which can index the site by taking the links ("<a href>" tag) and show the results without keeping it in the database - On every update, i have to index it to keep it updated. I already have a script which indexes and keeps the link and their respective pagenames, upon searching it feches from the databases and shows the result. I do not want to keep the results in database, instead it should echo the result while searching itelsef. And another thing is it should search the ftp folders also(i.e it will not have any links). Is there any script which does the above thing?

Thanks
Post Reply