Ben basit bir html dom '(html ayrıştırma için kullanılan php sınıfı) ile yarı-sert bir sorun ile şaşırıp. Ben basit ayrıştırma yapmak için biliyorum önce birçok kez kullandım. SORUN:
$k=0;
for ($k = 0; $k < 15; $k++)
{
$link[$k] = 'www.example.com/' . $test[1][$k];
print ($link[$k]);
$test = file_get_html ('$link[$k]');
echo($test);
}
Bunun cevabı nedir?