Citire alt fisier daca unul nu exista
Scris: Mar Feb 12, 2013
Cod: Selectaţi tot
$html = file_get_contents(rtrim($shoutcast_url, '/').'/played.html');
Cursuri online, tutoriale, jocuri si anime - gratuite
https://marplo.net/forum/
Cod: Selectaţi tot
$html = file_get_contents(rtrim($shoutcast_url, '/').'/played.html');
Cod: Selectaţi tot
if(file_exists(rtrim($shoutcast_url, '/').'/played.html')) {
$html = file_get_contents(rtrim($shoutcast_url, '/').'/played.html');
}
else $html = file_get_contents('adresa/alt_fisier');