Please excuse this possibly totally basic question, but I cant seem to find any info on the problem I'm having.
I've got one file (index.php) which includes two files. The first file holds some info regarding the loacation of files and so on, so that I can make changes later. They are set in that include file with :
Code: Select all
$STDB_USER = 'member_auth';I guess I sort of had this image of the included file being parsed as though it was a part of the file it was included from, hence putting it in the same scope.
Am I making sense? Is there any way of doing what I'm looking for?
Thanks