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 Quote 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? Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.