I have this code:
$test = parse_ini_file("../data/test.ini");
test.ini is back in one directory and then sent to the data folder. But the problem I get is that parse_ini_file is not like when I make this relative file link, can anyone help me do this without an absolute file link?
source share