Reputation: 1
so i tried to include these files
include_once(__DIR__."\_includes\title.php;
include_once(__DIR__."\_includes\variables.php;
it spit out error
Warning: include_once(D:\XAMPP\htdocs_includes itle.php): failed to open stream: No such file or directory in D:\XAMPP\htdocs\index.php on line 9
notice that it doesnt output full string _includes\title
only _includes itle
why is this? and how to solve this?
Upvotes: 0
Views: 183