When I need to do a search on Google for more than 1 word, I would incase them between quotes like this: "Hello World". Google would then give me only matches that is Hello World. How do I perform a simlar search on a PHP website? I tried doing that but it broke up the words and returned all matches that have those words.




Reply With Quote