preg_match('#<span id="counter">(.*?)</span>#is', file_get_contents('http://m.javagala.ru'), $counter);
echo 'В Galaxy уже: '.$counter['1']; preg_match('#<span id="counter">(.*?)</span>#is', file_get_contents('http://m.javagala.ru'), $counter);
echo 'В Galaxy уже: '.$counter['1'];