Скачать --- index.php (13.24KB) - SendSpace.com
<?php
@ini_set('output_buffering',0);
@ini_set('display_errors',0);
set_time_limit(0);
function getStr($string,$start,$end){
$str = explode($start,$string);
$str = explode($end,$str[1]);
return $str[0];
}
function getStr1($string, $start, $end)...