As I am quite new at this web world, can anyone please be so kind and let me know what/how to use PHP so as to find the word of say bananas across ALL web pages on the internet?

So I ultimately want at the end of the day, a list containing ALL of the web domains/pages on the internet that HAVE the word bananas somewhere on their web domain/page.

Is this possible?

Kind regards.
BooBooCat.

Recommended Answers

All 2 Replies

That's a tall order!

It would certainly require much more than just PHP. You would probably have to build a sort of "spider", like search engines use, which would go around scanning every host it can find.

Or you could always simply try using Curl to do a Google search :)

Yeah, I was just going to say Google. =P

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.