09/10/2018, 23:58

giúp mở file trong php

tại sao em dùng hàm

$url="http://mp3.zing.vn";
fopen($url, "r");

không được hả mấy bác . trong khi đó em thay http://mp3.zing.vn bằng http://vnexpress.net ...http://ddth.com ..vv lại được . bác nào biết chỉ dùm em cái.. khó hỉu quá
meotrang7x viết 02:14 ngày 10/10/2018
Không được thì báo lỗi sao bác?
bka viết 02:06 ngày 10/10/2018
nó không báo lỗi thế mới ác chứ. bác nào bác chỉ giúp em nha. hoặc 1 cách nào đó để mở cũng được
amida viết 02:01 ngày 10/10/2018
Bác bật error reporting lên xem.
Tôi thì thấy lỗi đấy (test với 2 links):

Code:
Warning: fopen(http://mp3.zing.vn) [function.fopen]: failed to open stream: Redirection limit reached, aborting in D:\localhost\www\tes.php on line 3
Code:
Warning: fopen(http://chat.zing.vn) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in D:\localhost\www\tes.php on line 3
bka viết 02:08 ngày 10/10/2018
Được gửi bởi amida
Bác bật error reporting lên xem.
Tôi thì thấy lỗi đấy (test với 2 links):

Code:
Warning: fopen(http://mp3.zing.vn) [function.fopen]: failed to open stream: Redirection limit reached, aborting in D:\localhost\www\tes.php on line 3
Code:
Warning: fopen(http://chat.zing.vn) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in D:\localhost\www\tes.php on line 3

Code:
<?php
$file = "http://zing.vn/";
$data =file_get_contents("$file");

echo $data; 
?>
chạy rầm rầm

thay http://zing.vn bằng http://mp3.zing.vn báo lỗi như sau :

Warning: file_get_contents() [function.file-get-contents]: Circular redirect, aborting. in /home/banthan/domains/nguoibanthan.org/public_html/Se/thu.php on line 3

Warning: file_get_contents(http://mp3.zing.vn/) [function.file-get-contents]: failed to open stream: Success in /home/banthan/domains/nguoibanthan.org/public_html/Se/thu.php on line 3
haihoa123 viết 02:13 ngày 10/10/2018
Phải dùng hàm curl
Thắc mắc liên hệ
Y!M: hoadaitau_1325
Bài liên quan
0