mümkündür

<?php


$KumlucaBelediyesi=file_get_contents("http://www.kumluca-bld.gov.tr/index.php?option=com_content&task=section&id=8&Itemid=61");

$sweet_boy57=explode('</table><blockquote><div align="center">',$KumlucaBelediyesi);

if ($sweet_boy57[1]) {

$andyou=explode('</table></div></blockquote></blockquote></blockquote>',$sweet_boy57[1]);


echo $andyou[0];


} else {echo "yanlış oldu bida dene";

}


?>