$text = '
';
$preg = preg_match('#
#i',$text,$return);
echo $return[1];
?>