<?
$data = file_get_contents("http://www.diyanet.gov.tr/turkish/namazvakti/vakithes_namazsonucgunluk1.asp?sehirler=ANKARA&buton1=WEB+TAKV%DDM%DD&ulk=TURKIYE");
preg_match("/<font color=\"#990033\" style=\"font-size: 13pt\">([0-9a-z\<\>]+)<\/br>/i",$data,$tarih);
$t=str_replace("<br>"," ",$tarih[1]);
echo $t;
?>