zhahaman2001 Posted March 18, 2007 Share Posted March 18, 2007 ok I need to open this file http://www.myresistance.net/ustat_jake.php?pname=CLK1841 coppy all the text and then print it in my page i tried $file = implode(file("http://www.myresistance.net/ustat_jake.php?pname=CLK1841")); but that dosnt work i get this error: Warning: file(): URL file-access is disabled in the server configuration in /home/content/z/h/a/zhahaman2001/html/zhahaman2001/index.php on line 9 Warning: file(http://www.myresistance.net/ustat_jake.php?pname=CLK1841): failed to open stream: no suitable wrapper could be found in /home/content/z/h/a/zhahaman2001/html/zhahaman2001/index.php on line 9 Warning: implode(): Argument to implode must be an array. in /home/content/z/h/a/zhahaman2001/html/zhahaman2001/index.php on line 9 so anyway to fix this? Or is there another way to get that pages data? Quote Link to comment 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.