What would be the best way to grab a web page and parse out the keywords in the meta tags?

    I wanted to know if using fopen() or fsockopen() and then using regular expressions would be the best course. Or maybe there is a web client library that I don't know about. But I'll figure it out myself.

      cURL would be the easiest way by MILES.

        Write a Reply...