Trawling specific information from supplier site

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
monkey-nuts
Forum Newbie
Posts: 1
Joined: Fri Mar 20, 2009 8:47 pm

Trawling specific information from supplier site

Post by monkey-nuts »

I have a supplier that has a web site that shows stock levels for individual products, but unfortunately, they don't currently produce an XML feed with this information on.

Is there a way of using php to trawl through the site and gather relevant information, such as stock levels, which I can then integrate into my own product database.

Thanks
Post Reply