I have a coreFunctions.php file that contains most of my key functions and I put it at the root of my domain. Using include(), how do I access this from scripts located in lower directories? Example: I have a script in http://domain.com/folder/index.php, how would you access the http://domain.com/coreFunctions.php from that script?
I have a coreFunctions.php file that contains most of my key functions and I
Share
1 Answer