CODE
function tresc_www($www){
$ch = curl_init("$www");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$tresc=curl_exec($ch);
return $tresc;
}
$ch = curl_init("$www");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$tresc=curl_exec($ch);
return $tresc;
}
Czy ktoś ma jakiś gotowy skrypt na zebranie wszystkich adresow wewnetrznych strony?