[SOLVED] Not Understanding Why I'm Getting Error |
4/18/2013 11:15:18 PM |
PHPRunner General questions | |
W
wildwally author
I have a custom file made to utilize PHPExcel. Prior to any modifications it works with no problems, but I want to take out the db connection code within the file and utilize PHPR dbcommon.php file for my connection string. So I have less things to worry about.
|
|
![]() |
Admin 4/19/2013 |
It depends on where your include fiel is located. Try something like this just in case: include(getabspath('other-config.php')); |
W
|
wildwally author 4/19/2013 |
It depends on where your include fiel is located. Try something like this just in case: include(getabspath('other-config.php'));
|