PDA

View Full Version : crossdomain require?



vBR
Fri 7th Feb '03, 1:40pm
Can you require a php file on another server / domain?

e.g.
main php document is loated at www.mysite.com on server.myhost1.com
required php document is located at www.myothersite.com on server.myhost2.com

Chen
Fri 7th Feb '03, 2:17pm
You can only include the output of the script if it's not located on the same server.