show/hide this revision's text 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.

function myFunc()
 {
require 'config.php';
//Variables from config are available now.
 }
show/hide this revision's text 1

@svec yes this will, you just have to include the file inside the function also. This is how most of my software works.