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! Quote Link to comment 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. 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.