I am having a folder called "db". where it contains 3 files which calls from the mail file "connect.php".
I created a new file in root directory and wrote a function
include "db/connect.php");
echo $connstring;
Here I am not getting any output, the $connstring is defined in another file in "db" folder named as "config.php" which is included in beginning of the "connect.php"