Crew-Portal Posted October 11, 2007 Share Posted October 11, 2007 Okay. Officially I am a PHP guy. I dont really like Javascript or XML but I have no other choice so... I would like to use PHP include to get a document from another server but it wont let me. so is there some code in XML or Ajax that would allow me to pull info from another server and put it on mine. kinda like an iframe. only well BETTER! Link to comment https://forums.phpfreaks.com/topic/72706-include/ Share on other sites More sharing options...
mainewoods Posted October 21, 2007 Share Posted October 21, 2007 ajax will not let you get a file from another server. Get the file using php but use a function like file_get_contents(one of those types of functions will let you do it), or use the curl library. Link to comment https://forums.phpfreaks.com/topic/72706-include/#findComment-374484 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.