I'm loading google search results with
Code: Select all
$cocntents = file_get_contents("http://www.google.com/products/catalog?q=036725235182&hl=en&cid=6520112632679181641&os=sellers#scoring=tp");What is weird is that if I take the link and copy it into a new browser window it displays the results exactly as I would like to see them.
but if I echo $cocntents the page does not sort by total price. It sorts by the default Relevance. So my script see the page sorted incorrectly.
Does anyone know how I can get around this? Maybe a different load method or different approach all together? Thanks in advance for the help.
Chuck