takie coś jak na tej stronie
pokazuje link na czerwono
https://sanet.st/blogs/filmax/summer_of_p_bluray_x_yts.2728956.html
pokazuje link na czerwono
https://sanet.st/blogs/filmax/summer_of_p_bluray_x_yts.2728956.html
$file = 'http://www.domain.com/somefile.jpg'; $file_headers = @get_headers($file); if(!$file_headers || $file_headers[0] == 'HTTP/1.1 404 Not Found') { $exists = false; } else { $exists = true; }