I am trying to include a php file in a page via
require_once(http://localhost/web/a.php)
I am getting an error
Warning:
require_once(APPPATH.'web/a.php');
worked for me in codeigniter
check reference