Crew-Portal Posted September 14, 2007 Share Posted September 14, 2007 K i got this webserver that has all my stats for the server running on it. It tells me how many people are in my multiplayer and thier names. I want to pull this information which is laready in a neat little table onto my website. I tried php include(); but it didnt work at pulling the website information over. So is there a way to pull an entire page from a server that I own onto my website? Please tell... Im going to bed now, so i wont be able to respond till tommorrow. So... ... Thanks in advance in case I dont talk to you till tommorrow! Link to comment https://forums.phpfreaks.com/topic/69282-solved-pulling-stats-from-webserver/ Share on other sites More sharing options...
redarrow Posted September 14, 2007 Share Posted September 14, 2007 try iframe <<<<< html example <iframe src ="/default.asp" width="100%"> </iframe> link http://www.w3schools.com/tags/tag_iframe.asp Link to comment https://forums.phpfreaks.com/topic/69282-solved-pulling-stats-from-webserver/#findComment-348151 Share on other sites More sharing options...
Crew-Portal Posted September 14, 2007 Author Share Posted September 14, 2007 Thank You! I hate HTML but in this case I guess I need it! Link to comment https://forums.phpfreaks.com/topic/69282-solved-pulling-stats-from-webserver/#findComment-348372 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.