BTW - after fetching the page i have to see which one are empty -
those ones do not need to be
parsed! Well - i want to do this with curl-multi since this is the
most advanced way to do this:
I see i have an array that can be filled I have to try it out...!!
Well, I'm not pretty sure - but judging by the low level of PHP i
have:
I think that i may need a double array to define the URLs like:
Can i do like so?:
[php]
$urls = array(
"siteone" => "suche_schul_db.html?show_school=%i",
"sitetwo" => "suche_schul_db.html?show_school=%i",
"sitethree" =>"suche_schul_db.html?show_school=%i"
);
$params = array ( for ($i = 1; $i <= 10000; $i++) {
// body of loop
}
// well i have to define the variables in a open form like abvove
nand not below:
// better than doing it like so: "siteone" => array(9009, 9742,
9871),