detonate Posted December 21, 2010 Share Posted December 21, 2010 What is the best way to load a .jsp file on an external sever? Link to comment https://forums.phpfreaks.com/topic/222335-load-external-jsp-file/ Share on other sites More sharing options...
BlueSkyIS Posted December 21, 2010 Share Posted December 21, 2010 what do you mean? what are you trying to do? Link to comment https://forums.phpfreaks.com/topic/222335-load-external-jsp-file/#findComment-1150058 Share on other sites More sharing options...
detonate Posted December 21, 2010 Author Share Posted December 21, 2010 I'm trying to load a press release page from another site (with their approval). My current environment is .php and theirs in .jps Any tips for this? Link to comment https://forums.phpfreaks.com/topic/222335-load-external-jsp-file/#findComment-1150075 Share on other sites More sharing options...
BlueSkyIS Posted December 21, 2010 Share Posted December 21, 2010 You can't pull jps source code from an external server, if that's what you mean. You'll need to parse the HTML from the press release web page. Link to comment https://forums.phpfreaks.com/topic/222335-load-external-jsp-file/#findComment-1150077 Share on other sites More sharing options...
detonate Posted December 21, 2010 Author Share Posted December 21, 2010 Ok, where should I start for the parsing aspect? Link to comment https://forums.phpfreaks.com/topic/222335-load-external-jsp-file/#findComment-1150079 Share on other sites More sharing options...
BlueSkyIS Posted December 21, 2010 Share Posted December 21, 2010 http://www.google.com/search?client=safari&rls=en&q=php+parse+html&ie=UTF-8&oe=UTF-8 Link to comment https://forums.phpfreaks.com/topic/222335-load-external-jsp-file/#findComment-1150083 Share on other sites More sharing options...
detonate Posted December 21, 2010 Author Share Posted December 21, 2010 Google... this will be quite a journey Link to comment https://forums.phpfreaks.com/topic/222335-load-external-jsp-file/#findComment-1150087 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.