Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
Може ли някой да ми помогне с preg_match_all.
Мисля, че с preg_match_all трябва да стане, защото в прочетената страница този долния код се повтаря няколко пъти с различен текст.
Код:target="_blank">[color=red]ТОЗИ ТЕКСТ МИ ТРЯБВА[/color]</a></td>
preg_match_all('#target="_blank">(.*?)</a></td>#smi',$html,$ela);
връща ми само Array Array 😕PHP:preg_match_all('#target="_blank">(.*?)</a></td>#smi',$html,$ela);
$file = @file_get_contents('http://futbolniprognozi.com');
$linkcount = preg_match_all('/href=[\"\'](.*?)[\"\'](.*)<\/a>/i',$file,$patterns);
preg_match_all('/href=[\"\'](.*?)[\"\']/i',$file,$patterns);