raz mi wywala poprawnie, raz nie wywala nic, a raz wywala urwane dane... z tego samego stringu...
Co to moze byc?

Kod:
$URL = 'http://wotlk.theatreofdreams.pl/forum/mchat.php?mode=read'; // returns $return['nick'] and $return['msg'] where i=msg/nick $regex = '(<div id.*(?P<color>\d|coloured)">(?P<nick>[A-Za-z0-9]+)</a>.*;">(?P<msg>.*)</div></div>)';