include - how to import the a file in child page in php? -


i new php, root path bill/bill/index.php, in index.php including bill/bill/home/checksession.php

in checksession.php have write line header('location: logout.php'), if include checksession.php home folders files, show error path bill/bill/logout.php (it write), need include checksession.php home folder php files.


Comments