Re: [PHP] Splitting a webpage

2004-10-29 Thread Greg Donald
On Fri, 29 Oct 2004 11:52:46 +0100, Nunners <[EMAIL PROTECTED]> wrote: > Can someone suggest a way of going through the string to find the relevant > bits - is split the easiest way? I would use preg_match(). -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/

[PHP] Splitting a webpage

2004-10-29 Thread Nunners
I'm trying to create an application that stores details from another website. I've successfully downloaded the webpage - that was the easy bit - now I want to be able to pick out specific details from the page. Unfortunately, the designer of the page didn't do nice things like put summary bits