Hi Forum!

I have a PHP Script for dynamic m3u8 link. It is working on my home server (local server), but if i upload the script on WEB PHP Server, don't working.

What can i modify the Script to Work?

Thanks advance!
'
PHP Code:
<?php
$site 
file_get_contents("http://www.onlinetvler.com/star-hd");
preg_match('/file":"(.*?)"/'$site$icerik);
$baglanti=$icerik[1];


header("Location: $baglanti");
?>