@svec yes this will, you just have to include the file inside the function also. This is how most of my software works.
function myFunc()
{
require 'config.php';
//Variables from config are available now.
}
|
2 | added 115 characters in body | ||
|
@svec yes this will, you just have to include the file inside the function also. This is how most of my software works.
|
||||
|
1 |
|
||
|
@svec yes this will, you just have to include the file inside the function also. This is how most of my software works. |
||||