cURL: PHP ile çeşitli siteler üzerinde döngü

0 Cevap php
for($i=1;$i<=$match[1];$i++)
{
 $url = "weburl-page?page={$i}";
 $data = get_page_data($url);
 if($data) {
   $cleaned = string_between('onload="check();">', '</body>', $data);
   return = stip_tags($cleaned, '<table><tr><td><div>');
 }
}

bu sitenin alt sayfalarında uygulanabilir:

[Burada bu sitede see the link - with the script-logic see the sub-pages

0 Cevap