Hey everyone, I'm writting a very simple little PHP spider which is currently very clunky and slow! it makes 2 calls to every page - one for grabbing the HTML for processing and the second one is me using the get_meta_tags() php function.
Since I have the HTML already it would be great to tell the function to use the variable rather than fetch the url. I dont know if anyone knows if this it possible?
or does anyone know a fancy little function for extracting meta tags from a string?
cheers!