Hello,
Is there a way to "close" this after it has executed?
PHP Code:
chdir("../");
include("global.php");
$site_name = $db->query_first("SELECT site_name from this_data");
I have some additional files calling this file and with the global file open like this, it causes errors on those pages. (I am trying to integrate another independant script I wrote.)
Is there a way to self close the global call in this file with what it displayed?