why always show "file not found on include path ("/home/http/......")
So i have to add every page include path in my php.ini file where php file have include code
Ex:
==in my sub dir test/test.php test/config.php
==test.php====
<?
include ("config.php");
.....
....
..
?>
when browse test.php
it will show file not found include path.... error message
how should i do ?
php.ini need modify ??
tks