general_price.php 195 Bytes
<?php

$homepage = file_get_contents('http://extremstyle.ua/price.php');
$fp = fopen('/home/extremstyle/www/extremstyle.ua/price/price.xml', 'w');
fwrite($fp, $homepage);
fclose($fp);
print 1;
?>