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? Link to comment https://forums.phpfreaks.com/topic/43251-opening-another-page-and-displaying-the-text/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.