Ok, I hope that the title of this topic makes sense!
Basically, I have a file at the root of my site, which (when runs) updates various stock properties.
In this file I would like to reference DB_SERVER in my code. I have only been able to do this successfully if I add the following line of code to my file.
Now, my question is, have I done this correctly? Also, do I need to add the following?Code:require('includes/application_top.php');
Code:require('includes/application_bottom.php');



