<?php
    
// Cách 1: Dùng file_get_contents
    
$url 'https://vnexpress.net/the-thao';
    
$content file_get_contents($url);
    echo 
$content;
?>
----------------------------------------------------
<?php
    
// Cách 2: Dùng cURL
    
$url 'https://vnexpress.net/the-thao';
    
$ch curl_init($url);
    
curl_setopt($chCURLOPT_RETURNTRANSFERtrue);
    
$content curl_exec($ch);
    
curl_close($ch);
    echo 
$content;
?>

Đã đọc bằng cURL:

Thể thao - Tin thể thao 24h, lịch thi đấu, video clip - VnExpress Thể Thao
Thứ năm, 19/3/2026