there's a constant global variable that I would like to set based on where the file is located. I have 3 servers: the development, test, and production server (well technically there are 2 since the dev server is my own comp, and test and prod server are on the same host cept different subdomains).
how shall I approach this? im not sure of what PHP function to use...
thx a lot everyone!