<?
$kaynak= file_get_contents("http://site");
preg_match('#ABsat(.*?)Update#si',$kaynak,$gel);
echo $gel[1];
?>