-
Üyelik
27.01.2012
-
Yaş/Cinsiyet
35 / E
-
Meslek
Öğrenci
-
Konum
Ankara
-
Ad Soyad
M** E**
-
Mesajlar
504
-
Beğeniler
40 / 107
-
Ticaret
1, (%100)
kod baya uzadı hocam ben sadeleştirilmiş şekilde atayım
for( $i = 0; $i
//url ve urlres link olarak tanımlı
try {
$files = file_get_contents($url);
if ($files) {
file_put_contents("/var/www/siteadi/files/uploads/posts/videos/".$video."", $files);
}
}catch (Exception $e){
}
try {
$filesres = file_get_contents($urlres);
if ($filesres) {
file_put_contents("/var/www/siteadi/files/uploads/posts/videos/".$resim."", $filesres);
}
}catch (Exception $e){
}