[PHP] a loop constructing the URLs and make PHP to fetch up to 100 pages [ a seven liner]

2010-10-30 Thread jobst müller
dear list - good Morning! i want to parse the site - and get the results out of it: http://www.educa.ch/dyn/79363.asp?action=search therefore i need to loop over the line 2 - don ´ i!? http://www.educa.ch/dyn/79363.asp?action=search'); $regex = '/Page 1 of (.+?) results/'; preg_match($rege

[PHP] a loop constructing the URLs and make PHP to fetch up to 10 thousand pages

2010-10-22 Thread jobst müller
hello dear list - good morning! I am trying to figure out a method how to retrieve on the same URLs [see below] with different query arguments, and i am wondering if this is doable with PHP!? on a sidenote: Well - i guess that we can do this with LWP::UserAgent - guess that this provides

RE: [PHP] DomDocument - a parsing question [php can do it better than Perl]

2010-10-21 Thread jobst müller
hello dear List i have a Problem with the Parsing of a html-document: I tried to run the following perl parser script on the HTML further below... but i was not lucky - so now i want to try it with PHP - i head about DomDocument - this should save my backside i have to get involved with Dom