i mam maly problem bo nie wiem jak wyciagnac
te dane
3 of 32 listeners (3 unique)
chodzi mi o ta trojkę
<?php ?>
ale cos jest nie tak
<?php ?>
<?php preg_match("/Stream AIM: </font></td><td><font class=default><b><a href=\"aim:goim?screenname=12345\">(.*?)</a></b>/si", $exe, $wynik3); ?>
<?php preg_match("/Stream AIM: </font></td><td><font class=default><b><a href=\"aim:goim?screenname=[0-9]\">(.*?)</a></b>/si", $exe, $wynik4); ?>
<?php preg_match("/Stream AIM: </font></td><td><font class=default><b><a href=\"aim:goim?screenname=([0-9]*?)\">(.*?)</a></b>/si", $exe, $wynik4); ?>