I create a parser for one site, I can not extract data from the 2nd tag
preg_match("/<td><div class=\"g ([A-Za-z]+)\" title=\"([А-Яа-я]+)\"><\/div><\/td><td>(<div class=\"g ([A-Za-z]+)\" title=\"([А-Яа-я]+)\"><\/div>|-)<\/td>/i",$info,$type); print_r($type);
This code does not work, I can not understand why.