hello i have a simple question but i dont kno whow to handle.
the problem is:
i have a file (car.php) that i make include code like below:
require_once('./global.php');
require_once(DI R . '/includes/functions.php') ;
require_once(DI R . '/includes/functions_forum display.php');
this file (car.php) is same directory with global.php and includes folder.
how if i want to create new folder and put car.php in this folder?
of course the directory also change right?
how to change the directory?
thanks
the problem is:
i have a file (car.php) that i make include code like below:
require_once('./global.php');
require_once(DI R . '/includes/functions.php') ;
require_once(DI R . '/includes/functions_forum display.php');
this file (car.php) is same directory with global.php and includes folder.
how if i want to create new folder and put car.php in this folder?
of course the directory also change right?
how to change the directory?
thanks
Comment