Konu
link botu yapımı
24-10-2012, 21:51:40
#4
SetSql
$sayfa = file_get_contents('$url');
Yerine;
$sayfa = file_get_contents($url);
Olmalı.