Ben Bunu izledim aynı yörüngelrei denedim ama hata alıyorum ve aynısı yapmama ragmen bişi yanlış oluyor hata alıyorum.
$veri=file_get_contents ('http://www.hepsiburada.com/edebiyat-kitaplari-c-1501753')
preg_match_all('@(.*?)@si',$veri,$baslik);
echo $baslik);
?>
bunu yaptıkdan sonra böyl bir hata alıyorum.
Parse error: syntax error, unexpected 'preg_match_all' (T_STRING) in /home/fragmanl/public_html/yenibot.php on line 4
$veri=file_get_contents ('http://www.hepsiburada.com/edebiyat-kitaplari-c-1501753')
preg_match_all('@(.*?)@si',$veri,$baslik);
echo $baslik);
?>
bunu yaptıkdan sonra böyl bir hata alıyorum.
Parse error: syntax error, unexpected 'preg_match_all' (T_STRING) in /home/fragmanl/public_html/yenibot.php on line 4
hocam ";" unutmuşsun burayı
$veri=file_get_contents ('http://www.hepsiburada.com/edebiyat-kitaplari-c-1501753')
böyle yap ->
$veri=file_get_contents ('http://www.hepsiburada.com/edebiyat-kitaplari-c-1501753');