Page 1 of 1

Call a PHP function in another file.

Posted: Sat Oct 14, 2006 6:02 pm
by tommy1987
I have a PHP file and want to call a method in another file.
Currently I am using include to just include the file but I want to call a specific function in that file.

Please help me!

Thanks very much in advance.

-Tom

Posted: Sat Oct 14, 2006 6:06 pm
by feyd
So call it. There's nothing fancy that needs to be done to call a function defined in an included file. :?

Posted: Sat Oct 14, 2006 6:29 pm
by tommy1987
lol true, what an idiot i am.