I have a bit of php code which will go to a url and print all the contents of the page without html markup. Now what i need to do is read the results and gather all the prices off the page, the identifiers being a $ sign and the . before the last two digits. Any ideas how I can do this? What I am trying to end up with is a way to go to our competitor's sites and get prices so we can stay competitive. If anybody can think of a better way to do this, I'm all ears.
Start Free Trial