hello dear php freaks
Well i am currently working on a small solution: I have tried various tutorials
(examples of Curl - that i have found on the net) not oll of them work - some of them are broken!
Now i try t o get some real-world-task!
Especially interesting for me as a PHP/Perl-beginner
what Curl - particularly for doing the form based search and selecting the individual entries.
see the page: http://katholisch.at/content/site/pfarrfinder/index.html
Here you can see for more results..
Hmm - i guess that the algorithm would be basically 2 nested loops:
the outer loop runs the form based search,
the inner loop processes the search results.
i have approximatley 10000 pages to parse
they are organized like that:
http://Www.address/5307.html
http://Www.address/5308.html
http://Www.address/5309.html
well - i try to write a algorithm