syariscrewz Posted March 1, 2009 Share Posted March 1, 2009 i got some problems here,, i need your help... how can i fecth this?? <?php $url = "http://www.playlist.com/search/tracks/muse/1"; $res = file_get_contents($url); echo $res; ?> i really need your help Link to comment https://forums.phpfreaks.com/topic/147490-help-to-fecth-this-web/ Share on other sites More sharing options...
trq Posted March 1, 2009 Share Posted March 1, 2009 i really need your help What is your problem? Link to comment https://forums.phpfreaks.com/topic/147490-help-to-fecth-this-web/#findComment-774212 Share on other sites More sharing options...
RussellReal Posted March 2, 2009 Share Posted March 2, 2009 your allow_url_fopen in your php.ini might be 'Off' try doing ini_set('allow_url_fopen','On'); above your script. Link to comment https://forums.phpfreaks.com/topic/147490-help-to-fecth-this-web/#findComment-774232 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.