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!
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.