PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
lostboy
Forum Contributor
Posts: 329 Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada
Post
by lostboy » Mon Apr 28, 2003 10:51 pm
Can I include another file that resides on a different server?
nincha
Forum Contributor
Posts: 191 Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA
Post
by nincha » Tue Apr 29, 2003 2:33 pm
i dont believe so, but i may be wrong seence im still a newbie
Jim
Forum Contributor
Posts: 238 Joined: Fri Apr 19, 2002 5:26 am
Location: Near Austin, Texas
Post
by Jim » Tue Apr 29, 2003 2:50 pm
Yes, I believe so.
Code: Select all
include 'http://www.thesite.com/thedirectory/thefile.php';