Hi,
My application contains 2 php pages, main.php and functions.php. the functions php file has many php functions in it.
I am including the functions.php file in main.php using require_once(), but after including the file i only want certain functions to be called from functions.php file.
Any ideas, thankyou.