Döngü biraz ayrıştırıcı-script URL'leri inşa: yedi liner biraz yardıma ihtiyacı var!

0 Cevap php

howdy - Günaydın Toplum!

i siteyi ayrıştırmak istiyor - ve bunun dışında sonuçlar alırsınız:

see this URL here - a swiss-server - head over to this site where i want to loop over - see this page here - i want to access the sub-pages in order to get the information that is shown in the "detail-pages!"

Bu nedenle i hat üzerinde 2 döngü gerekir - 'i değil!?

 <?php
 $data = file_get_contents('[here we have to add the URL ');
 $regex = '/Page 1 of (.+?) results/';
 preg_match($regex,$data,$match);
 var_dump($match);
 echo $match[1];
 ?>

alt sayfaların bilgi almak için - plz üzerinde bir göz var!

sadece bu yedi-liner ile bana yardım ;)

Fritz Cat

0 Cevap