Noob help please!

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

Post Reply
davelincoln1987
Forum Newbie
Posts: 1
Joined: Thu Mar 26, 2009 2:51 pm

Noob help please!

Post by davelincoln1987 »

hi guys,

is there any way to call a function into an application that is not held in the same directory as the application?

ie. i have function on one server but would like to call this into a page i have stored on another server.

thanks in advance for any help :D
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Noob help please!

Post by requinix »

It's not smart to "borrow" files from one server into another. Just copy/paste the code into a new file if you want to use it.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Noob help please!

Post by pickle »

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply